Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulPickhardt committed Jun 10, 2024
1 parent a9adfa5 commit 937f404
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,4 @@ jobs:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
ENVIRONMENT=${{ github.ref_name }}
labels: ${{ steps.meta.outputs.labels }}
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
ARG ENVIRONMENT=release

FROM bikenow.vkw.tu-dresden.de/priobike/priobike-nginx:${ENVIRONMENT}
FROM bikenow.vkw.tu-dresden.de/priobike/priobike-nginx:v1.0

COPY privacy-policy.md /root/privacy-policy.md

Expand Down

0 comments on commit 937f404

Please sign in to comment.