File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 # Set up Docker Buildx
2121 - name : Set up Docker Buildx
2222 id : buildx
23- uses : docker/setup-buildx-action@v1
23+ uses : docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226
2424
2525 # Extract metadata (tags, labels) for Docker
2626 - name : Extract metadata for Docker
4242 # Build Docker Image
4343 - name : Build Docker Image
4444 run : |
45- docker build -t ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags }} .
46- docker tag ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags }} ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}: latest
45+ docker build -t ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
46+ docker tag ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}:latest
4747
4848
4949
You can’t perform that action at this time.
0 commit comments