Skip to content

Commit

Permalink
trying different action
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Apr 17, 2024
1 parent 1c63f2f commit dd14d31
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/harbor-julia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@ jobs:
- name: Set up Docker Buildx
uses: docker/[email protected]

# - name: Log in to OSG Harbor
# uses: docker/[email protected]
# with:
# registry: hub.opensciencegrid.org
# username: ${{ secrets.OSG_HARBOR_ROBOT_USER }}
# password: ${{ secrets.OSG_HARBOR_ROBOT_PASSWORD }}

# - name: Build and push Docker images
# uses: docker/[email protected]
# with:
# push: true
# tags: hub.opensciencegrid.org/usatlas/ml-platform:julia

- name: Docker Build & Push Action
uses: mr-smithers-excellent/[email protected]
- name: Log in to OSG Harbor
uses: docker/[email protected]
with:
image: usatlas/ml-platform
tags: julia
registry: hub.opensciencegrid.org
username: ${{ secrets.OSG_HARBOR_ROBOT_USER }}
password: ${{ secrets.OSG_HARBOR_ROBOT_PASSWORD }}
username: ${{ secrets.OSG_HARBOR_ROBOT_USER }}
password: ${{ secrets.OSG_HARBOR_ROBOT_PASSWORD }}

- name: Build and push Docker images
uses: docker/[email protected]
with:
push: true
tags: hub.opensciencegrid.org/usatlas/ml-platform:julia

# - name: Docker Build & Push Action
# uses: mr-smithers-excellent/[email protected]
# with:
# image: usatlas/ml-platform
# tags: julia
# registry: hub.opensciencegrid.org
# username: ${{ secrets.OSG_HARBOR_ROBOT_USER }}
# password: ${{ secrets.OSG_HARBOR_ROBOT_PASSWORD }}

0 comments on commit dd14d31

Please sign in to comment.