Skip to content

Commit

Permalink
fix: tag name in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Mar 27, 2024
1 parent 8400b40 commit acc8100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ jobs:
username: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}

- name: Build and push lunary-ee
- name: Build and push backend
uses: docker/build-push-action@v5
with:
context: .
file: ./ops/Dockerfile
push: true
tags: |
lunary/backend-ee:latest
lunary/backend:latest
lunary/backend:rev-${{ steps.date.outputs.date }}-${{ steps.commit.outputs.hash }}
platforms: linux/amd64

Expand Down

0 comments on commit acc8100

Please sign in to comment.