Skip to content

Commit

Permalink
Docker snapshot & release change
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun Kumar authored and Arun Kumar committed Sep 24, 2023
1 parent 7c71d4d commit c7e1a08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64,linux/arm64/v8
push: true
tags: norstella/oxalis-as4:6.0.0-latest-java11
tags: norstella/oxalis-as4:6.1.1-latest
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64,linux/arm64/v8
push: true
tags: norstella/oxalis-as4:6.0.0
tags: norstella/oxalis-as4:6.1.1
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

Expand Down

0 comments on commit c7e1a08

Please sign in to comment.