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 11bd719 commit 2adf6a7Copy full SHA for 2adf6a7
.github/workflows/publish-immutable-actions.yml
@@ -17,4 +17,4 @@ jobs:
17
uses: actions/checkout@v4
18
- name: Publish
19
id: publish
20
- uses: actions/publish-immutable-action@0.0.3
+ uses: actions/publish-immutable-action@v0.0.4
.github/workflows/update-test-ubuntu-git.yml
@@ -48,7 +48,7 @@ jobs:
48
49
# Use `docker/build-push-action` to build (and optionally publish) the image.
50
- name: Build Docker Image (with optional Push)
51
- uses: docker/build-push-action@v6.5.0
+ uses: docker/build-push-action@v6.9.0
52
with:
53
context: .
54
file: images/test-ubuntu-git.Dockerfile
0 commit comments