Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
docker rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
boypt committed Jul 23, 2021
1 parent 9bd1a5e commit 0628b76
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ jobs:
echo "Use the latest release tag: ${latest_tag}"
echo ::set-output name=tag::${latest_tag}
- name: Determine whether to push to DockerHub
# if: github.event_name == 'workflow_dispatch'
run: |
echo "PUSH=true" >> $GITHUB_ENV
- name: Prepare environment variables
id: prepare
run: |
Expand All @@ -53,7 +48,7 @@ jobs:
- name: Build tag & latest release
run: |
docker buildx build --platform ${{ steps.prepare.outputs.docker_platforms }} \
--output "type=image,push=${{ steps.prepare.outputs.docker_is_push }}" \
--output "type=image,push=true" \
--tag "${{ steps.prepare.outputs.docker_image }}:${{ steps.prepare.outputs.docker_tag }}" \
--tag "${{ steps.prepare.outputs.docker_image }}:latest" \
--build-arg TAG=${{ steps.prepare.outputs.docker_tag }} \
Expand Down

0 comments on commit 0628b76

Please sign in to comment.