We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a78a36 commit 3e80395Copy full SHA for 3e80395
.github/workflows/docker-publis.yml
@@ -19,10 +19,10 @@ jobs:
19
20
steps:
21
- name: Checkout repository
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
23
24
- name: Log in to the Container registry
25
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
26
with:
27
registry: ${{ env.REGISTRY }}
28
username: ${{ github.actor }}
@@ -35,7 +35,7 @@ jobs:
35
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
36
37
- name: Set Versions
38
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
39
id: set_version
40
41
script: |
@@ -48,7 +48,7 @@ jobs:
48
core.setOutput('no-dash', no_dash)
49
50
- name: Build and Push
51
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
52
53
context: .
54
push: true
0 commit comments