Skip to content

Commit

Permalink
Update publish-docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
songtianlun authored Oct 18, 2024
1 parent f1c89a7 commit 555f94e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}-${{ steps.time.outputs.time }}
#tags: ${{ steps.meta.outputs.tags }}-${{ steps.time.outputs.time }}
tags: ${{ env.REGISTRY }}/${{ secrets.DOCKER_HUB_USER }}/${{ env.IMAGE_NAME }}:latest
labels: ${{ steps.meta.outputs.labels }}
# - name: Build and push Docker image latest
# uses: docker/build-push-action@v2
Expand Down

0 comments on commit 555f94e

Please sign in to comment.