Skip to content

Commit

Permalink
Test different version of build-push step
Browse files Browse the repository at this point in the history
  • Loading branch information
kihahu committed Jan 17, 2024
1 parent b74f5c6 commit 5592d4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- develop
- test-build
tags:
- "v*"

Expand Down Expand Up @@ -59,7 +60,7 @@ jobs:
type=semver,pattern={{version}}
- name: Docker build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a # v2.10.0
with:
context: .
file: builds/Dockerfile
Expand Down

0 comments on commit 5592d4e

Please sign in to comment.