We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b835c83 + 48400b9 commit 740ec99Copy full SHA for 740ec99
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
password: ${{ secrets.DOCKER_PASSWORD }}
27
-
28
name: Build and push
29
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v5
30
with:
31
context: .
32
push: true
.github/workflows/dockerhub.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Checkout code
17
uses: actions/checkout@v4
18
- name: Push to Docker Hub
19
20
21
username: ${{ secrets.DOCKER_USERNAME }}
22
0 commit comments