Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
silvioheinze authored Jun 27, 2024
1 parent e8f83e9 commit 6603127
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Build the Docker image
run: |
docker buildx build --platform linux/amd64 \
docker build --platform linux/amd64 \
--file Dockerfile.prod \
--tag luftdaten/datahub:${tagName}

0 comments on commit 6603127

Please sign in to comment.