Skip to content

Commit

Permalink
building new container with terraform 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
star3am committed Nov 8, 2023
1 parent c02d4a3 commit 03d6266
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ env:

jobs:
build-and-publish-latest:
if: |
always() &&
contains(github.event.pull_request.labels.*.name, 'rebuild container image') &&
(github.ref != 'refs/heads/main' || github.ref != 'refs/heads/master')
# if: |
# always() &&
# contains(github.event.pull_request.labels.*.name, 'rebuild container image') &&
# (github.ref != 'refs/heads/main' || github.ref != 'refs/heads/master')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 03d6266

Please sign in to comment.