Skip to content

Commit

Permalink
fix: add missing tag parameter for latest
Browse files Browse the repository at this point in the history
  • Loading branch information
tauu committed Jan 6, 2024
1 parent 9972b99 commit 2eb6584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: docker build version and latest tag
if: ${{ inputs.version != '' && inputs.latest }}
run: |
docker build -f Dockerfile --build-arg FLUTTER_VERSION=${{inputs.version}} -t tauu/flutter-windows-builder:${{inputs.version}} tauu/flutter-windows-builder:latest .
docker build -f Dockerfile --build-arg FLUTTER_VERSION=${{inputs.version}} -t tauu/flutter-windows-builder:${{inputs.version}} -t tauu/flutter-windows-builder:latest .
- name: docker push all tag
if: ${{ inputs.version != '' }}
run: |
Expand Down

0 comments on commit 2eb6584

Please sign in to comment.