diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 71bb7af..09784c9 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -41,7 +41,7 @@ jobs: file: ./Dockerfile platforms: linux/amd64,linux/arm64/v8 push: true - tags: norstella/oxalis-as4:7.0.0-beta-latest + tags: norstella/oxalis-as4:7.0.0-RC1-latest cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index 7ffeb7c..d608555 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -64,7 +64,7 @@ jobs: file: ./Dockerfile platforms: linux/amd64,linux/arm64/v8 push: true - tags: norstella/oxalis-as4:7.0.0-alpha + tags: norstella/oxalis-as4:7.0.0-beta cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache diff --git a/Dockerfile b/Dockerfile index 00521c2..6cebf37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,6 @@ RUN cd $MAVEN_HOME \ && cp -r target/$(ls target | grep "\-dist$" | head -1) /dist -FROM norstella/oxalis:7.0.0-alpha +FROM norstella/oxalis:7.0.0-beta COPY --from=mvn /dist /oxalis/ext \ No newline at end of file