Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KevDevSha authored Nov 7, 2024
1 parent df0c337 commit 51e6029
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request: {}
jobs:
check-ip:
runs-on: mosaic-4wide
runs-on: mosaic-8wide
steps:
- name: Check Runner IP
run: curl https://ipinfo.io/ip
Expand All @@ -12,14 +12,14 @@ jobs:
with:
repository: databricks-mosaic/devops
token: ${{ secrets.GHCR_TOKEN }}
- name: Login to GHCR
uses: docker/login-action@v3
with:
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_TOKEN }}
registry: 'ghcr.io'
- name: Pull and tag image
run: |
docker pull ubuntu:latest
docker tag ubuntu:latest ghcr.io/databricks-mosaic/pytorch:test-123
docker push ghcr.io/databricks-mosaic/pytorch:test-123
# - name: Login to GHCR
# uses: docker/login-action@v3
# with:
# username: ${{ secrets.GHCR_USERNAME }}
# password: ${{ secrets.GHCR_TOKEN }}
# registry: 'ghcr.io'
# - name: Pull and tag image
# run: |
# docker pull ubuntu:latest
# docker tag ubuntu:latest ghcr.io/databricks-mosaic/pytorch:test-123
# docker push ghcr.io/databricks-mosaic/pytorch:test-123

0 comments on commit 51e6029

Please sign in to comment.