Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Publish artifacts with prepended openverse- tags (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound authored Jan 13, 2022
1 parent 1541df9 commit edf684f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
context: ${{ matrix.image }}
push: false
tags: ${{ matrix.image }}
tags: openverse-${{ matrix.image }}
cache-from: type=gha,scope=${{ matrix.image }}
cache-to: type=gha,scope=${{ matrix.image }}
outputs: type=docker,dest=/tmp/${{ matrix.image }}.tar
Expand Down

0 comments on commit edf684f

Please sign in to comment.