Skip to content

Commit d7c7b8d

Browse files
committed
Bump push action to 2.8.0
This fixes the build/push action to assume that the Dockerfile is relative to `context`
1 parent 86f371f commit d7c7b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ runs:
8686
password: ${{ inputs.registry_pass }}
8787

8888
- name: Build image
89-
uses: docker/build-push-action@v2.2.2
89+
uses: docker/build-push-action@v2.8.0
9090
with:
9191
push: true
9292
context: ${{ inputs.context }}

0 commit comments

Comments
 (0)