Skip to content

Commit

Permalink
_ to .
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Mouat <[email protected]>
  • Loading branch information
amouat committed Oct 30, 2024
1 parent 757759e commit 7df4e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-runners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: |
docker manifest create amouat/images-bite-back:multiplatorm-${{ github.RUN_ID }} \
amouat/images-bite-back:x86-runner-${{ github.RUN_ID }} \
amouat/images-bite-back:arm-runner-${{ github_RUN_ID }}
amouat/images-bite-back:arm-runner-${{ github.RUN_ID }}
docker manifest push amouat/images-bite-back:multiplatorm-${{ github.RUN_ID }}
#name: Publish Docker image
Expand Down

0 comments on commit 7df4e54

Please sign in to comment.