fix(action): Use PathContext to get version changes (#1983)

This commit is contained in:
Pepe Fagoaga
2023-02-27 13:17:09 +01:00
committed by GitHub
parent 6188c92916
commit b0d756123e

View File

@@ -71,6 +71,9 @@ jobs:
- name: Build
uses: docker/build-push-action@v2
with:
# Use local context to get changes
# https://github.com/docker/build-push-action#path-context
context: .
# Without pushing to registries
push: false
tags: ${{ env.IMAGE_NAME }}:${{ env.TEMPORARY_TAG }}