Skip to content

Commit

Permalink
feat: docker file (#206)
Browse files Browse the repository at this point in the history
QizhengMo authored Nov 6, 2023
1 parent 71cb668 commit 9cfadc8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -43,12 +43,9 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
env:
RELEASE_VERSION: ${{ steps.vars.outputs.tag }}
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/arex-replay-schedule:$RELEASE_VERSION

tags: ${{ secrets.DOCKER_HUB_USERNAME }}/arex-replay-schedule:${{ steps.vars.outputs.tag }}

0 comments on commit 9cfadc8

Please sign in to comment.