We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d211f9 commit 2dd3f61Copy full SHA for 2dd3f61
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
run: echo "REPO_OWNER=$(echo ${{ github.repository_owner }} | tr '[:upper:]' '[:lower:]')" > $GITHUB_ENV
32
33
- name: Build ${{ matrix.svc }}
34
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
35
with:
36
context: ./gateway
37
file: ./gateway/Dockerfile
.github/workflows/publish.yml
@@ -47,7 +47,7 @@ jobs:
47
48
49
- name: Publish ${{ matrix.svc }}
50
51
52
53
0 commit comments