Skip to content

Commit

Permalink
Update docker-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
UniqueDing authored Jan 8, 2025
1 parent 9472c22 commit f660c32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: downcase REPO
run: |
echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
# Set up BuildKit Docker container builder to be able to build
# multi-platform images and export cache
# https://github.com/docker/setup-buildx-action
Expand All @@ -56,7 +57,7 @@ jobs:
with:
context: .
push: true
tags: ${{ env.REGISTRY }}/$REPO:latest
tags: ${{ env.REGISTRY }}/${{ github.REPO }}:latest
cache-from: type=gha
cache-to: type=gha,mode=max

Expand Down

0 comments on commit f660c32

Please sign in to comment.