Skip to content

Commit

Permalink
ci(docker-build-and-push): fix workflows (#3090)
Browse files Browse the repository at this point in the history
ci: fix workflows

Signed-off-by: Kenji Miyake <[email protected]>

Signed-off-by: Kenji Miyake <[email protected]>
  • Loading branch information
kenji-miyake authored Nov 30, 2022
1 parent f1a593f commit 1d492a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-and-push-main-self-hosted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
run: |
sudo chown -R $USER:$USER ${{ github.workspace }}
- name: Free disk space
uses: ./.github/actions/free-disk-space

- name: Check out repository
uses: actions/checkout@v3

- name: Free disk space
uses: ./.github/actions/free-disk-space

- name: Load env
run: |
cat amd64.env | sed -e "s/^\s*//" -e "/^#/d" >> $GITHUB_ENV
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-and-push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
setup-args: --no-cuda-drivers
additional-tag-suffix: -cuda
steps:
- name: Free disk space
uses: ./.github/actions/free-disk-space

- name: Check out repository
uses: actions/checkout@v3

- name: Free disk space
uses: ./.github/actions/free-disk-space

- name: Load env
run: |
cat amd64.env | sed -e "s/^\s*//" -e "/^#/d" >> $GITHUB_ENV
Expand Down

0 comments on commit 1d492a3

Please sign in to comment.