Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhardy committed Dec 14, 2021
1 parent e7e1380 commit e49dde6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_from_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ jobs:
echo "timestamp=${TIMESTAMP}" >> $GITHUB_ENV
-
name: Build final image and push
id: docker_build
if: matrix.stage == 3
uses: docker/build-push-action@v2
with:
Expand All @@ -123,4 +122,4 @@ jobs:
scottyhardy/docker-wine:${{ matrix.platform }},
scottyhardy/docker-wine:devel-${{ env.wine_ver }}-${{ matrix.platform }},
scottyhardy/docker-wine:devel-${{ env.wine_ver }}-${{ matrix.platform }}-${{ env.timestamp }}
target: ci_final
target: ci-final

0 comments on commit e49dde6

Please sign in to comment.