Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Apr 16, 2024
1 parent 9b35272 commit c72fb73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/harbor-julia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/[email protected]

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.1.0
uses: docker/setup-buildx-action@v3.3.0

# - name: Log in to OSG Harbor
# uses: docker/[email protected]
Expand All @@ -30,7 +30,7 @@ jobs:
# tags: hub.opensciencegrid.org/usatlas/ml-platform:julia

- name: Docker Build & Push Action
uses: mr-smithers-excellent/docker-build-push@v6.3
uses: mr-smithers-excellent/docker-build-push@v6.4
with:
image: usatlas/ml-platform
tags: julia
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/julia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/[email protected]

- name: Docker Build & Push Action
uses: mr-smithers-excellent/docker-build-push@v6.3
uses: mr-smithers-excellent/docker-build-push@v6.4
with:
image: ivukotic/ml_julia
tags: latest, ${{ github.sha }}
Expand Down

0 comments on commit c72fb73

Please sign in to comment.