Skip to content

Commit

Permalink
docker publish update
Browse files Browse the repository at this point in the history
  • Loading branch information
woooferz committed Sep 9, 2023
1 parent 553e170 commit 0d9ed36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
image: skarf
tags: ${{ steps.extract_branch.outputs.branch }}
tags: ${{ steps.meta.outputs.tags }}
archs: amd64, arm64
dockerfiles: |
./Dockerfile
Expand All @@ -64,4 +64,4 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

#- name: Print image url
# run: echo "Image pushed to ${{ steps.push-to-quay.outputs.registry-paths }}"
# run: echo "Image pushed to ${{ steps.push-to-quay.outputs.registry-paths }}"

0 comments on commit 0d9ed36

Please sign in to comment.