Skip to content

Commit

Permalink
Add authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
alnoki committed Nov 17, 2024
1 parent fce6e67 commit bfcc639
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push-processor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
docker load --input /tmp/amd64.tar
docker load --input /tmp/arm64.tar
IMAGE_REFS=$(docker images -q | xargs -I {} echo "--amend {}")
docker login \
-u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}
echo "${{ steps.metadata.outputs.tags }}" | while read -r tag; do
if [ ! -z "$tag" ]; then
docker manifest create $tag $IMAGE_REFS && docker manifest push $tag
Expand Down

0 comments on commit bfcc639

Please sign in to comment.