Skip to content

Commit

Permalink
revert action version
Browse files Browse the repository at this point in the history
  • Loading branch information
juandjara committed Nov 19, 2023
1 parent fc980c3 commit 06108c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:

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

- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v3
with:
context: .
push: true
Expand Down

0 comments on commit 06108c5

Please sign in to comment.