Skip to content

Commit

Permalink
fix: version extract of postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanowak committed Jul 12, 2024
1 parent b3ea183 commit 6cd7239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Read version from Dockerfile
id: docker
run: echo "version=$(./extract-version.sh ./postgres/Dockerfile)" >> $GITHUB_OUTPUT
run: echo "version=$(./extract-version.sh ./postgres/${{ matrix.image.file || 'Dockerfile' }})" >> $GITHUB_OUTPUT

- name: Login to GHCR
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 6cd7239

Please sign in to comment.