Skip to content

Commit

Permalink
Update docker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KevDevSha authored Jul 30, 2024
1 parent 166dbb1 commit eaf5a72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
workflow_dispatch: {}
jobs:
docker-build:
runs-on: mosaic-4wide
runs-on: mosaic-8wide
if: github.repository_owner == 'mosaicml'
strategy:
matrix:
Expand Down Expand Up @@ -45,6 +45,7 @@ jobs:
with:
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_TOKEN }}
registry: ghcr.io

- name: Calculate Docker Image Variables
run: |
Expand Down

0 comments on commit eaf5a72

Please sign in to comment.