Skip to content

Commit

Permalink
enable push
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo <[email protected]>
  • Loading branch information
pabloaledo committed Jan 21, 2025
1 parent d9ff0a8 commit 2b10480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
push: ${{ github.event_name == 'push' }}
push: true
tags: ${{ steps.tags.outputs.tags }}
context: .
build-args: |
Expand Down

0 comments on commit 2b10480

Please sign in to comment.