Update docker.yml
This commit is contained in:
parent
00481ef67e
commit
b9707bf710
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -51,9 +51,7 @@ jobs:
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: true
|
||||
tags: |
|
||||
${{ steps.tag.outputs.latest }}
|
||||
${{ steps.tag.outputs.versioned }}
|
||||
tags: ghcr.io/${{ env.REPO_NAME }}:${{ github.sha }}
|
||||
file: ./Dockerfile`
|
||||
- name: Build and release Docker images
|
||||
uses: docker/build-push-action@v5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user