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 6fec683 commit 4ca1248
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +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

0 comments on commit 4ca1248

Please sign in to comment.