Skip to content

Commit

Permalink
update artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
josedev-union committed Apr 29, 2024
1 parent 36d7517 commit 5f1e4bd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,15 @@ jobs:
context: .
tags: zeppelin-distribution:latest
outputs: type=docker,dest=/tmp/distribution.tar
cache-from: type=registry,ref=${{ secrets.CR_ENDPOINT }}/ortege/notebooks-distribution:buildcache
cache-from: |
type=registry,ref=${{ secrets.CR_ENDPOINT }}/ortege/notebooks-distribution:buildcache
type=registry,ref=${{ secrets.CR_ENDPOINT }}/ortege/notebooks:ortege
cache-to: type=registry,ref=${{ secrets.CR_ENDPOINT }}/ortege/notebooks-distribution:buildcache,mode=max

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

Expand Down

0 comments on commit 5f1e4bd

Please sign in to comment.