Skip to content

Commit

Permalink
Temporary: make it always push image
Browse files Browse the repository at this point in the history
  • Loading branch information
maingockien01 committed Apr 9, 2024
1 parent 2297bda commit 35a9e9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
push: true # TODO: Remove this
tags: ${{ env.DOCKER_TAG }}
outputs: type=docker,dest=/tmp/image.tar
# Upload Docker image as artifact
Expand Down

0 comments on commit 35a9e9e

Please sign in to comment.