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 4eae563 commit b84ba7fCopy full SHA for b84ba7f
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Set up Docker Buildx
10
uses: docker/setup-buildx-action@v2
11
- name: Build
12
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v6
13
with:
14
context: .
15
file: ./Dockerfile
.github/workflows/publish-docker-image.yml
@@ -31,7 +31,7 @@ jobs:
31
intellectualsites/schematic-web
32
ghcr.io/IntellectualSites/schematic-web
33
- name: Build and push Docker images
34
35
36
37
push: true
0 commit comments