Skip to content

Commit

Permalink
Correct GITHUB_OUTPUT string.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Feb 15, 2024
1 parent 1d9a093 commit a2fb495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-php-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Set tag suffix
id: pr
if: ${{ github.event_name == 'pull_request' }}
run: echo "tag-suffix=-edge" >> "$GITHUB_OUTPUT"
run: echo "tag_suffix=-edge" >> "$GITHUB_OUTPUT"
# Build our images.
- name: Login to DockerHub
uses: docker/login-action@v2
Expand Down

0 comments on commit a2fb495

Please sign in to comment.