We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e611173 commit 34aaa34Copy full SHA for 34aaa34
.github/workflows/cicd.yml
@@ -48,7 +48,7 @@ jobs:
48
type=semver,pattern={{major}}
49
50
- name: Build Docker image
51
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v6
52
with:
53
context: ./
54
file: ./Dockerfile
@@ -68,7 +68,7 @@ jobs:
68
password: ${{ secrets.DOCKERHUB_TOKEN }}
69
70
- name: Push Docker image to DockerHub
71
72
if: github.event_name != 'pull_request'
73
74
0 commit comments