Update docker/build-push-action action to v5.4.0
This commit is contained in:
parent
21cbb440c6
commit
9333d997e1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-hub.yml
vendored
4
.github/workflows/docker-hub.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Build and push the Docker image (versioned tag)
|
||||
uses: docker/build-push-action@v5.3.0
|
||||
uses: docker/build-push-action@v5.4.0
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
|
||||
- name: Build and push the Docker image (latest tag)
|
||||
if: ${{ github.ref_name == 'main' }}
|
||||
uses: docker/build-push-action@v5.3.0
|
||||
uses: docker/build-push-action@v5.4.0
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue