Update docker.yml

This commit is contained in:
Ishaan Jaff 2023-12-02 15:49:44 -08:00 committed by GitHub
parent 00481ef67e
commit b9707bf710
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,9 +51,7 @@ jobs:
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:
push: true push: true
tags: | tags: ghcr.io/${{ env.REPO_NAME }}:${{ github.sha }}
${{ steps.tag.outputs.latest }}
${{ steps.tag.outputs.versioned }}
file: ./Dockerfile` file: ./Dockerfile`
- name: Build and release Docker images - name: Build and release Docker images
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5