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 343c9c4 commit 1963f23Copy full SHA for 1963f23
.github/workflows/build.yaml
@@ -33,7 +33,7 @@ jobs:
33
run: echo "GIT_COMMIT=$(git rev-parse HEAD)" >> $GITHUB_ENV
34
35
- name: Build x86_64 container into library
36
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v4
37
with:
38
context: .
39
file: ./Dockerfile
@@ -46,7 +46,7 @@ jobs:
46
ghcr.io/${{ env.REPO_OWNER }}/faas-netes:${{ github.sha }}
47
48
- name: Build multi-arch containers for validation only
49
50
51
52
.github/workflows/publish.yaml
@@ -49,7 +49,7 @@ jobs:
- name: Push containers
53
54
55
0 commit comments