Skip to content

Commit

Permalink
fix push action
Browse files Browse the repository at this point in the history
  • Loading branch information
martini-source committed Jul 2, 2024
1 parent b20558a commit 85da80a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:

- name: Determine Tags & Labels based on Git ref
id: meta
uses: docker/metadata-action@v6
uses: docker/metadata-action@v5
with:
images: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}"

- name: Build & Push container image
uses: docker/build-push-action@v6
with:
directory: v3.3
pushImage: true
context: ./v3.3
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 85da80a

Please sign in to comment.