We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0593a4b commit 1d1e90bCopy full SHA for 1d1e90b
.github/workflows/docker-image.yml
@@ -20,7 +20,7 @@ jobs:
20
run: echo "BRANCH=${GITHUB_REF##*/}" >> $GITHUB_ENV
21
-
22
name: Login to Docker Hub
23
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
24
with:
25
username: ${{ secrets.DOCKER_HUB_USERNAME }}
26
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
@@ -29,7 +29,7 @@ jobs:
29
uses: docker/setup-buildx-action@v3
30
31
name: Build and push
32
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
33
34
context: .
35
file: Dockerfile
0 commit comments