Skip to content

Commit

Permalink
Follow picfit versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Jul 29, 2024
1 parent eca300d commit ffe9e4a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/picfit-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
- '.github/workflows/picfit-image.yml'
- 'docker/picfit-image.Dockerfile'

env:
PICFIT_VERSION: 0.14.0

jobs:
build-and-publish:
runs-on: ubuntu-latest
Expand All @@ -23,6 +26,7 @@ jobs:
with:
repository: 'thoas/picfit'
path: 'picfit'
ref: ${{ env.PICFIT_VERSION }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -42,7 +46,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.repository }}/picfit
tags: v1
tags: ${{ env.PICFIT_VERSION }}

- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit ffe9e4a

Please sign in to comment.