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 e6a9822 commit fd06deeCopy full SHA for fd06dee
1 file changed
.github/workflows/deploy-to-k8s.yaml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/checkout@v6
27
28
- name: Login to Docker Hub
29
- uses: docker/login-action@v4
+ uses: docker/login-action@v4.1.0
30
with:
31
username: ${{ secrets.DOCKERHUB_USERNAME }}
32
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Build and push
51
id: build-and-push
52
- uses: docker/build-push-action@v7
+ uses: docker/build-push-action@v7.1.0
53
54
context: .
55
push: true
0 commit comments