Skip to content

Commit

Permalink
test with push
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardo-gnosis committed Aug 28, 2024
1 parent e1b05c5 commit d1494ed
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,14 @@ jobs:
- name: Build
shell: bash
run: make build

- name: Push Latest
run: |
docker build . --tag ghcr.io/${{ github.actor }}/armiarma:latest
docker push ghcr.io/${{ github.actor }}/armiarma:latest
- name: Push Versioned
run: |
docker build . --tag ghcr.io/${{ github.actor }}/armiarma:${{ steps.commit.outputs.short }}
docker push ghcr.io/${{ github.actor }}/armiarma:${{ steps.commit.outputs.short }}

0 comments on commit d1494ed

Please sign in to comment.