We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87716f5 commit 48400b9Copy full SHA for 48400b9
.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@v2
18
- name: Push to Docker Hub
19
20
21
username: ${{ secrets.DOCKER_USERNAME }}
22
0 commit comments