Skip to content

Commit

Permalink
Update build-and-push Tag Var
Browse files Browse the repository at this point in the history
  • Loading branch information
hofq committed Jan 20, 2024
1 parent bd686b8 commit 9cb5dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: ${{ needs.get-psql-img-version.outputs.bitnamiTag }}
tags: ${{ env.BITNAMI_TAG }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
BITNAMI_TAG=$BITNAMI_TAG

0 comments on commit 9cb5dbf

Please sign in to comment.