Skip to content

Commit

Permalink
Revert "dockerビルドjobの分割 (#6)"
Browse files Browse the repository at this point in the history
This reverts commit 1cef126.
  • Loading branch information
bateleurX committed Aug 28, 2021
1 parent 1cef126 commit 9e52c4d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
# push

jobs:
docker_setup:
docker:
runs-on: ubuntu-latest
steps:
-
Expand All @@ -32,10 +32,6 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
docker_build:
runs-on: ubuntu-latest
needs: docker_setup
steps:
-
name: Build and push
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 9e52c4d

Please sign in to comment.