mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
Use v6 of build and push action
This commit is contained in:
parent
6259c0c476
commit
f91e142a2f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_and_push.yml
vendored
2
.github/workflows/build_and_push.yml
vendored
|
|
@ -60,7 +60,7 @@ jobs:
|
|||
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Build and push (arm64)
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: ./docker/Dockerfile.dev
|
||||
|
|
|
|||
Loading…
Reference in a new issue