Skip to content

Commit

Permalink
build: workflow typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Michsior14 committed Sep 23, 2024
1 parent aa70e7a commit b460ac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
image_name=${{ env.AIS_REPOSITORY_NAME }}
echo "IMAGE_NAME=${image_name//ghcr.io\/michsior14\///}"" >> $GITHUB_ENV
echo "IMAGE_NAME=${image_name//ghcr.io\/michsior14\///}" >> $GITHUB_ENV
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
image_name=${{ env.REPOSITORY_NAME }}
echo "IMAGE_NAME=${image_name//ghcr.io\/michsior14\///}"" >> $GITHUB_ENV
echo "IMAGE_NAME=${image_name//ghcr.io\/michsior14\///}" >> $GITHUB_ENV
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit b460ac0

Please sign in to comment.