Skip to content

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
mietzen committed Apr 23, 2023
1 parent f542c21 commit 206cf25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
PLATFORM: ${{ matrix.platforms }}
VERSION: ${{ needs.Setup.outputs.version }}
run: |
mv ./Docker/Dockerfile .
ARCH=$(echo "${PLATFORM}" | awk -F "/" '{print $2$3}')
echo ""
echo "============================================================="
Expand All @@ -79,7 +80,7 @@ jobs:
--tag "${DOCKER_USER}/porkbun-ddns:${VERSION}-${ARCH}-${BUILD_NR}" \
--platform ${PLATFORM} \
--load \
-f ./Docker/Dockerfile .
-f ./Dockerfile .
- name: Test
env:
Expand Down

0 comments on commit 206cf25

Please sign in to comment.