Skip to content

Commit

Permalink
Feat docker ci (#202)
Browse files Browse the repository at this point in the history
* feat: docker image ci
  • Loading branch information
QizhengMo authored Nov 6, 2023
1 parent 50353ed commit 899fc08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: mvn -B -ntp clean package -DskipTests=true -Pjar

docker:
needs: build
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -49,4 +50,5 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: arexadmin01/arex-replay-schedule:$RELEASE_VERSION
tags: ${{ secrets.DOCKER_USERNAME }}/arex-replay-schedule:${{ $RELEASE_VERSION }}

0 comments on commit 899fc08

Please sign in to comment.