This commit is contained in:
Abner Rizzi 2023-08-10 16:16:27 -03:00
parent b0cf787f6d
commit 1c894ecd14
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ env:
IMAGE_NAME: ${{ github.repository }} IMAGE_NAME: ${{ github.repository }}
jobs: jobs:
deploy-docker-hello-world: docker-build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -49,7 +49,7 @@ jobs:
uses: docker/build-push-action@v3 uses: docker/build-push-action@v3
with: with:
context: . context: .
file: Dockerfile file: Dockerfile.base
push: ${{ github.ref_type == 'tag' || github.ref_name == 'main' || startsWith(github.ref_name, 'feat-')}} push: ${{ github.ref_type == 'tag' || github.ref_name == 'main' || startsWith(github.ref_name, 'feat-')}}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}