Skip to content

Commit

Permalink
rework workflows to use buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Sep 19, 2023
1 parent 350803a commit 5a5bf68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-docker-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ jobs:
push: true
tags: ${{ github.repository }}:${{ github.event.inputs.tags }}, quay.io/${{ github.repository }}:${{ github.event.inputs.tags }}, ghcr.io/${{ github.repository }}:${{ github.event.inputs.tags }}, registry.gitlab.com/${{ github.repository }}:${{ github.event.inputs.tags }}
build-args: |
release_tag_name=${{ steps.identify_github_release_tag_name.outputs.tag }}
release_tag_name=${{ github.event.inputs.tags }}

0 comments on commit 5a5bf68

Please sign in to comment.