We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e63fb5a commit 61d4dd3Copy full SHA for 61d4dd3
.github/workflows/go-build.yml
@@ -31,7 +31,7 @@ jobs:
31
steps:
32
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
33
- name: Build Docker image
34
- uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355
+ uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991
35
id: build_docker
36
with:
37
context: .
.github/workflows/make-release.yaml
@@ -26,7 +26,7 @@ jobs:
26
password: ${{ secrets.GITHUB_TOKEN }}
27
28
- name: Build and push Docker image
29
30
push: true
0 commit comments