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 90b549b commit b7dbc47Copy full SHA for b7dbc47
.github/workflows/docker.yml
@@ -49,7 +49,7 @@ jobs:
49
username: ${{ secrets.DOCKERHUB_USERNAME }}
50
password: ${{ secrets.DOCKERHUB_TOKEN }}
51
- name: Build and push to Docker Hub
52
- uses: docker/build-push-action@v5.4.0
+ uses: docker/build-push-action@v6.13.0
53
with:
54
context: ./${{ matrix.config.name }}/.
55
file: ./${{ matrix.config.name }}/Dockerfile
0 commit comments