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 9a517ce commit d51972bCopy full SHA for d51972b
.github/workflows/docker.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v4
20
21
- name: Build and Push Docker Images
22
- uses: docker/build-push-action@v1
+ uses: docker/build-push-action@v6
23
with:
24
username: ${{ secrets.DOCKER_USERNAME }}
25
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments