There was an error while loading. Please reload this page.
1 parent 8a198b2 commit 1591a0dCopy full SHA for 1591a0d
1 file changed
.github/workflows/go.yml
@@ -14,7 +14,7 @@ jobs:
14
15
- name: Build & Push docker image
16
id: build_docker
17
- uses: docker/build-push-action@v1
+ uses: docker/build-push-action@v7
18
with:
19
username: ${{ secrets.DOCKER_USERNAME }}
20
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -40,7 +40,7 @@ jobs:
40
- name: Push docker image release
41
id: push_docker_release
42
if: github.ref == 'refs/heads/master'
43
44
45
46
0 commit comments