diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 53ece38..3fa83e2 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -50,6 +50,8 @@ jobs: with: context: ./frontend file: ./frontend/Dockerfile + build-args: | + COMMIT_HASH=${{ env.hash }} push: true tags: | ghcr.io/loudbooks/pastebook-frontend:latest