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 c9009f4Copy full SHA for c9009f4
.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