Skip to content

Commit

Permalink
Dockerize#24
Browse files Browse the repository at this point in the history
  • Loading branch information
4TT1L4 committed Mar 25, 2024
1 parent 6c67e25 commit d3512d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
tags: |
# latest tag for the default branch:
type=raw,value=latest,enable={{is_default_branch}}
- name: ${{ github.ref == 'refs/heads/24-dockerize-3' && 'Build and Push Docker image' || 'Build Docker image' }}
- name: 'Build and Push Docker image'
uses: docker/build-push-action@v5
with:
push: ${{ github.ref == 'refs/heads/24-dockerize-3'}}
push: true
tags: ${{ steps.docker-metadata.outputs.tags }}
labels: ${{ steps.docker-metadata.outputs.labels }}
cache-from: type=gha
Expand Down

0 comments on commit d3512d6

Please sign in to comment.