We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97ef6b commit b4453cbCopy full SHA for b4453cb
.github/workflows/main.yml
@@ -184,7 +184,7 @@ jobs:
184
# Docker Build and push
185
- name: Push to Docker Hub
186
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/release' || startsWith(github.ref, 'refs/tags/v')
187
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v3
188
with:
189
context: .
190
push: true
0 commit comments