Skip to content

Commit

Permalink
ci - fix image tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshCu authored Nov 2, 2024
1 parent ae1e74f commit c0cb2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
docker build -f ./docker/Dockerfile -t ${{ secrets.DOCKERHUB_USERNAME }}/ngen:latest-amd64 ./docker
docker build -f ./docker/Dockerfile -t ${{ secrets.DOCKERHUB_USERNAME }}/ngen:${{ github.event.release.tag_name }}-amd64 ./docker
docker push ${{ secrets.DOCKERHUB_USERNAME }}/ngen:latest-amd64
docker push ${{ secrets.DOCKERHUB_USERNAME }}/ngen:${{ github.event.release.tag_name }}-arm64
docker push ${{ secrets.DOCKERHUB_USERNAME }}/ngen:${{ github.event.release.tag_name }}-amd64
create-manifest:
needs: [build-and-push-x64, build-and-push-arm64]
runs-on: ubuntu-latest
Expand Down

0 comments on commit c0cb2c9

Please sign in to comment.