There was an error while loading. Please reload this page.
1 parent 0cbef83 commit 6358dd2Copy full SHA for 6358dd2
1 file changed
.github/workflows/docker-publish.yml
@@ -74,22 +74,13 @@ jobs:
74
username: ${{ secrets.DOCKER_USERNAME }}
75
password: ${{ secrets.DOCKER_PASSWORD }}
76
77
- - name: Login to GitHub Container Registry
78
- uses: docker/login-action@v1
79
- with:
80
- registry: ghcr.io
81
- username: ${{ github.repository_owner }}
82
- password: ${{ secrets.GITHUB_TOKEN }}
83
-
84
- name: Push to Docker Image Repositories
85
uses: docker/build-push-action@v2
86
id: docker_build
87
with:
88
push: true
89
# platforms: linux/amd64,linux/arm64
90
- tags: |
91
- ${{ steps.docker_meta.outputs.tags }}
92
- ghcr.io/${{ steps.docker_meta.outputs.tags }}
+ tags: ${{ steps.docker_meta.outputs.tags }}
93
cache-from: type=local,src=/tmp/.buildx-cache
94
cache-to: type=local,dest=/tmp/.buildx-cache-new
95
0 commit comments