Skip to content

Commit 1591a0d

Browse files
chore(deps): update docker/build-push-action action to v7
1 parent 8a198b2 commit 1591a0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Build & Push docker image
1616
id: build_docker
17-
uses: docker/build-push-action@v1
17+
uses: docker/build-push-action@v7
1818
with:
1919
username: ${{ secrets.DOCKER_USERNAME }}
2020
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -40,7 +40,7 @@ jobs:
4040
- name: Push docker image release
4141
id: push_docker_release
4242
if: github.ref == 'refs/heads/master'
43-
uses: docker/build-push-action@v1
43+
uses: docker/build-push-action@v7
4444
with:
4545
username: ${{ secrets.DOCKER_USERNAME }}
4646
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)