Skip to content

Commit

Permalink
enable docker push
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuznets committed May 16, 2023
1 parent fd0475f commit 9c9c6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
push: false
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 9c9c6f7

Please sign in to comment.