Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Update used nginx image
Browse files Browse the repository at this point in the history
  • Loading branch information
adeveloper-wq committed Apr 2, 2024
1 parent fbb51ec commit 39010d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ jobs:
with:
context: .
push: true
build-args: |
ENVIRONMENT=${GITHUB_REF##*/}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM nginx:1.24
ARG ENVIRONMENT=release
FROM bikenow.vkw.tu-dresden.de/priobike/priobike-nginx:${ENVIRONMENT}

# Install pip
RUN apt-get update && apt-get install -y python3-pip
Expand Down

0 comments on commit 39010d7

Please sign in to comment.