Skip to content

Commit

Permalink
make this shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
stereosupersonic committed Jul 6, 2023
1 parent 51eefd3 commit 10536b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
TAG: ${{ inputs.tag }}

jobs:
docker_compose_build_and_push:
compose_push:
runs-on: ubuntu-22.04

steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
TAG: ${{ inputs.tag }}

jobs:
docker_compose_build_and_run:
compose_run:
runs-on: ubuntu-22.04

steps:
Expand Down

0 comments on commit 10536b1

Please sign in to comment.