Skip to content

Commit

Permalink
Push mitfahren-bw image
Browse files Browse the repository at this point in the history
  • Loading branch information
hbruch committed Dec 21, 2024
1 parent 7e3ef5c commit 941da36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
# branch's one. This is why, on the default branch (`next`), 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 == 'mobidatabw' || github.ref_name == 'next' || (github.ref_type == 'tag' && startsWith(github.ref_name, 'release_'))
if: github.ref_name == 'mitfahren-bw' || github.ref_name == 'next' || (github.ref_type == 'tag' && startsWith(github.ref_name, 'release_'))
needs:
- lint
- unit-test
Expand Down

0 comments on commit 941da36

Please sign in to comment.