We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c1e28 commit 3740cbbCopy full SHA for 3740cbb
2 files changed
.forgejo/workflows/build.yml
@@ -94,7 +94,7 @@ jobs:
94
password: ${{ env.REGISTRY_TOKEN }}
95
96
- name: Build and Push Container
97
- uses: "docker/build-push-action@v7.0.0"
+ uses: "docker/build-push-action@v7.1.0"
98
with:
99
provenance: false
100
file: "./Sample-Server/Dockerfile"
.github/workflows/build.yml
@@ -105,7 +105,7 @@ jobs:
105
106
107
108
109
110
111
0 commit comments