Skip to content

Commit

Permalink
Merge pull request #85 from grycap/dev_micafer
Browse files Browse the repository at this point in the history
Dev micafer
  • Loading branch information
micafer authored Feb 10, 2025
2 parents 4ceca40 + 9d98f39 commit 1a0df79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,13 +227,13 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image
id: push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
file: ./extra/Dockerfile
Expand Down

0 comments on commit 1a0df79

Please sign in to comment.