Update docker.yml

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

View file

@ -52,7 +52,7 @@ jobs:
with: with:
push: true push: true
tags: ghcr.io/${{ env.REPO_NAME }}:${{ github.sha }} tags: ghcr.io/${{ env.REPO_NAME }}:${{ github.sha }}
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
with: with: