⬆️ Update docker/build-push-action action to v5
This commit is contained in:
parent
61204e2c19
commit
ee729a09db
2
.github/workflows/docker_dev.yml
vendored
2
.github/workflows/docker_dev.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
echo "tag=${{ steps.branch-name.outputs.current_branch }}" >> $GITHUB_ENV
|
||||
|
||||
- name: 🔨 Build and push Docker
|
||||
uses: docker/build-push-action@v3
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
push: true
|
||||
context: .
|
||||
|
2
.github/workflows/docker_release.yml
vendored
2
.github/workflows/docker_release.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
echo "tag=${{ steps.branch-name.outputs.current_branch }}" >> $GITHUB_ENV
|
||||
|
||||
- name: 🔨 Build and push Docker
|
||||
uses: docker/build-push-action@v3
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
push: true
|
||||
context: .
|
||||
|
Loading…
Reference in New Issue
Block a user