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
+1 -1
View File
@@ -52,7 +52,7 @@ jobs:
with:
push: true
tags: ghcr.io/${{ env.REPO_NAME }}:${{ github.sha }}
file: ./Dockerfile`
file: ./Dockerfile
- name: Build and release Docker images
uses: docker/build-push-action@v5
with: