We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e98a2 commit 28900b6Copy full SHA for 28900b6
.github/workflows/docker.yml
@@ -40,7 +40,7 @@ jobs:
40
username: ${{ secrets.DOCKERHUB_USERNAME }}
41
password: ${{ secrets.DOCKERHUB_TOKEN }}
42
- name: Build and export to Docker
43
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v6
44
with:
45
context: .
46
load: true
@@ -54,7 +54,7 @@ jobs:
54
sudo rm -rf ./data
55
- name: Build and push
56
id: docker_build
57
58
59
60
push: ${{ startsWith(github.ref, 'refs/tags/v') }}
0 commit comments