Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Sep 26, 2023
1 parent d45e609 commit d2bc3ef
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_publish_tools_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
- tools_container
branches:
- 'main'
pull_request:
branches:
- 'main'
release:
types: [published]
tags:
Expand Down Expand Up @@ -46,6 +43,6 @@ jobs:
uses: docker/[email protected]
with:
context: tools_container
push: false
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit d2bc3ef

Please sign in to comment.