Skip to content

Commit

Permalink
Bump oxalis version version to 6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-kumar committed Dec 9, 2023
1 parent 8c60845 commit c8cdaff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3.0-latest
tags: norstella/oxalis-as4:6.4.0-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.3.0
tags: norstella/oxalis-as4:6.4.0
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>network.oxalis</groupId>
<artifactId>oxalis</artifactId>
<version>6.3.0</version>
<version>6.4.0</version>
</parent>

<artifactId>oxalis-as4</artifactId>
Expand Down

0 comments on commit c8cdaff

Please sign in to comment.