Skip to content

Commit

Permalink
fix: empty commit for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Jul 18, 2022
1 parent edb97f8 commit 02a6ca6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
Build:
runs-on: ubuntu-latest
if: github.event_name == 'deployment'
environment: needs.Setup.outputs.Environment
environment: ${{needs.Setup.outputs.Environment}}

needs:
- Setup
Expand Down Expand Up @@ -269,8 +269,8 @@ jobs:
- name: Build and push
uses: filipeforattini/ff-iac-github-actions/.github/actions/pack-docker-build@main
with:
cached: true
environment: needs.Setup.outputs.Environment
cached: false
environment: ${{needs.Setup.outputs.Environment}}

- name: Move cache
run: |
Expand Down

0 comments on commit 02a6ca6

Please sign in to comment.