Skip to content

Commit

Permalink
Bedingung für docker-push entfernt
Browse files Browse the repository at this point in the history
  • Loading branch information
epam-vkerkhoff committed Oct 11, 2023
1 parent 7fa9345 commit bc9a58b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/lint-test-build-push-epam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ jobs:
# branch's one. This is why, on the default branch (`bbnavi`), we *do* build & cache the Docker layers
# but don't push and don't deploy the resulting image.
# todo: as of 2023-04-27, this fails because of https://github.com/moby/buildkit/issues/2887
if: github.ref_name == 'bbnavi' || (github.ref_type == 'tag' && startsWith(github.ref_name, 'release_'))
needs:
- lint
- unit-test
Expand Down

0 comments on commit bc9a58b

Please sign in to comment.