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.
2 parents b41cb80 + 8ef68f1 commit 10717b7Copy full SHA for 10717b7
.github/workflows/pull-request.yml
@@ -28,7 +28,7 @@ jobs:
28
run: echo "::set-output name=version::$(cat ${{ matrix.container }}/VERSION)"
29
30
- name: Build Docker image
31
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v6
32
with:
33
context: ${{ matrix.container }}
34
file: ${{ matrix.container }}/Dockerfile
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
run: echo "version=$(cat ${{ matrix.container }}/VERSION)" >> $GITHUB_ENV
36
37
- name: Build and push Docker image with version
38
39
40
41
0 commit comments