We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 547f9b0 commit 3307fe9Copy full SHA for 3307fe9
.github/workflows/build-image.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v3
16
- name: Log in to the Container registry
17
- uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
+ uses: docker/login-action@v3
18
with:
19
registry: ghcr.io
20
username: ${{ github.actor }}
@@ -32,7 +32,7 @@ jobs:
32
type=semver,pattern={{major}}.{{minor}}
33
34
- name: Build and push Docker images
35
- uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
+ uses: docker/build-push-action@v6
36
37
context: .
38
push: true
0 commit comments