Skip to content

Commit

Permalink
fix(action): added latest tag to oceanbase-todo image (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfooI authored Aug 27, 2024
1 parent bf497a7 commit 012d1e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-todo-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,11 @@ jobs:
file: ./distribution/oceanbase-todo/Dockerfile
push: true
tags: |
${{ vars.DOCKER_PUSH_BASE }}/oceanbase-todo:latest
${{ vars.DOCKER_PUSH_BASE }}/oceanbase-todo:${{ steps.set_version_vars.outputs.version }}
quay.io/${{ vars.QUAY_IO_PUSH_BASE }}/oceanbase-todo:latest
quay.io/${{ vars.QUAY_IO_PUSH_BASE }}/oceanbase-todo:${{ steps.set_version_vars.outputs.version }}
ghcr.io/${{ github.repository_owner }}/oceanbase-todo:latest
ghcr.io/${{ github.repository_owner }}/oceanbase-todo:${{ steps.set_version_vars.outputs.version }}
build-args: |
VERSION=${{ steps.set_version_vars.outputs.version }}
Expand Down

0 comments on commit 012d1e2

Please sign in to comment.