Skip to content

Commit

Permalink
fix push of codegen images
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbusch committed Jul 29, 2024
1 parent ba7b255 commit 05767b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ jobs:
- name: Push Docker Images
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
run: |
docker load --input /tmp/asn1c-image.tar
docker tag asn1c:ci ghcr.io/${{ github.repository }}:asn1c
docker push ghcr.io/${{ github.repository }}:asn1c
docker load --input /tmp/rgen-image.tar
docker tag rgen:ci ghcr.io/${{ github.repository }}:rgen
docker push ghcr.io/${{ github.repository }}:rgen
Expand Down

0 comments on commit 05767b6

Please sign in to comment.