chore(deps): update docker/build-push-action action to v6
All checks were successful
/ Build App (pull_request) Successful in 56s
All checks were successful
/ Build App (pull_request) Successful in 56s
This commit is contained in:
parent
935f21bb1f
commit
e8b1f020aa
@ -35,7 +35,7 @@ jobs:
|
|||||||
echo REPO_VERSION=$(git describe --tags --always | sed 's/^v//') >> $GITHUB_OUTPUT
|
echo REPO_VERSION=$(git describe --tags --always | sed 's/^v//') >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./Containerfile
|
file: ./Containerfile
|
||||||
|
Reference in New Issue
Block a user