Skip to content

Commit

Permalink
Push
Browse files Browse the repository at this point in the history
  • Loading branch information
misialq committed Feb 1, 2024
1 parent d6eb28c commit 777b524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
build-docker-image:
# needs: [coverage]
runs-on: ubuntu-latest
secrets: inherit
steps:
- name: Prepare tags
id: prep
Expand Down Expand Up @@ -68,5 +67,6 @@ jobs:
- name: Build and push Docker images
uses: docker/build-push-action@v2
with:
push: ${{ github.event.pull_request.merged }}
#push: ${{ github.event.pull_request.merged }}
push: true
tags: ${{ steps.prep.outputs.tags }}

0 comments on commit 777b524

Please sign in to comment.