Skip to content

Commit

Permalink
Fix image suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stringy committed Aug 16, 2023
1 parent 8e12139 commit d3440f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test-containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
done
env:
PLATFORM: linux/${{ matrix.arch }}
IMAGE_SUFFIX: ${{ matrix.arch }}
IMAGE_SUFFIX: "-${{ matrix.arch }}"

- name: Push containers
if: github.event_name == 'push'
Expand All @@ -78,7 +78,7 @@ jobs:
done
env:
PLATFORM: linux/${{ matrix.arch }}
IMAGE_SUFFIX: ${{ matrix.arch }}
IMAGE_SUFFIX: "-${{ matrix.arch }}"

push-manifest:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d3440f2

Please sign in to comment.