Skip to content

Commit

Permalink
Update harbor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CosiMichele authored Nov 9, 2022
1 parent 798ead1 commit 49829e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/harbor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

- name: Build and push 1.64.0
id: docker_build_one_six_four_zero
- name: Build and push 1.68.0
id: docker_build_one_six_eight_zero
uses: docker/[email protected]
with:
context: 1.64.0
file: 1.64.0/Dockerfile
context: 1.68.0
file: 1.68.0/Dockerfile
builder: ${{ steps.buildx.outputs.name }}
push: true
tags: harbor.cyverse.org/vice/vscode:1.64.0
tags: harbor.cyverse.org/vice/vscode:1.68.0
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

Expand Down

0 comments on commit 49829e1

Please sign in to comment.