Skip to content

Commit

Permalink
Set docker release next version
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-kumar committed Nov 23, 2024
1 parent bb060ec commit 22dbd9a
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:7.0.0-RC1-latest
tags: norstella/oxalis-as4:7.0.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:7.0.0-beta
tags: norstella/oxalis-as4:7.0.0-RC1
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ RUN cd $MAVEN_HOME \
&& cp -r target/$(ls target | grep "\-dist$" | head -1) /dist


FROM norstella/oxalis:7.0.0-beta
FROM norstella/oxalis:7.0.0-RC1

COPY --from=mvn /dist /oxalis/ext

0 comments on commit 22dbd9a

Please sign in to comment.