Skip to content

Commit

Permalink
Add Upload artifact step to docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
punitarani committed Jul 28, 2024
1 parent b9aa2a8 commit b0c5c24
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,15 @@ jobs:
push: true
tags: punitarani/axiom:latest
cache-from: type=gha
cache-to: type=gha,mode=max
cache-to: type=gha,mode=max,compression=zstd
outputs: type=docker,dest=/tmp/docker-image.tar

- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: docker-image
path: /tmp/docker-image.tar
retention-days: 1

- name: Clean up
if: always()
Expand Down

0 comments on commit b0c5c24

Please sign in to comment.