Skip to content

Commit

Permalink
Move Dockerfile to toplevel
Browse files Browse the repository at this point in the history
  • Loading branch information
gutzbenj committed Jul 11, 2024
1 parent b968e91 commit ae25ad1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .github/release/test.yml

This file was deleted.

8 changes: 3 additions & 5 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,8 @@ jobs:
export DOCKER_BUILDKIT=1
export COMPOSE_DOCKER_CLI_BUILD=1
export BUILDKIT_PROGRESS=plain
if [[ -f .github/release/test.yml ]]; then
docker-compose --file .github/release/test.yml build
docker-compose --file .github/release/test.yml run sut
fi
docker build . -t wd
docker run wd wetterdienst info
docker:
needs: build_and_test
Expand Down Expand Up @@ -133,7 +131,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: .github/release/Dockerfile
file: Dockerfile
platforms: linux/amd64,linux/arm64 # TODO: add linux/arm/v7
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
File renamed without changes.

0 comments on commit ae25ad1

Please sign in to comment.