Skip to content

Commit

Permalink
Actually push the image
Browse files Browse the repository at this point in the history
  • Loading branch information
nbudin committed Sep 1, 2023
1 parent 19aacd9 commit d811274
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
- name: Write dockerfile for release
run: |
echo "FROM ghcr.io/${{ github.repository }}:${{ github.sha }}" >Dockerfile
- name: Build (and push to registry, if on main)
- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/${{ github.repository }}:${{ github.event.release.name }}
Expand Down

0 comments on commit d811274

Please sign in to comment.