Skip to content

Commit

Permalink
ci: temporarily enable pushing images from branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Nov 27, 2023
1 parent 6231ba9 commit 38a7fb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Login to Github Container Registry
uses: docker/login-action@v3
if: github.repository == 'Pressio/pressio' && github.ref == 'refs/heads/develop'
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -50,4 +49,4 @@ jobs:
COMPILER_VERSION=${{ matrix.config.compiler-version }}
DOCKER_TAG=${{ matrix.config.tag }}
pull: true
push: ${{ github.repository == 'Pressio/pressio' && github.ref == 'refs/heads/develop' }}
push: true

0 comments on commit 38a7fb5

Please sign in to comment.