Skip to content

Commit

Permalink
Fix typo in Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
antarcticrainforest committed Mar 19, 2024
1 parent 47cb975 commit 6c159be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ run-name: ${{ github.actor }} is building the container
push:
tags:
- '*'
branches:
- 'version'

jobs:
build-and-push-image:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG VERSION
FROM condaforge/mambaforge
LABEL org.opencontainers.image.authors="DRKZ-CLINT"
LABEL org.opencontainers.image.source="https://github.com/FREVA-CLINT/freva-web"
LABEL org.opencontainers.image.version=$VERSION
LABEL org.opencontainers.image.version="$VERSION"
ARG CONDA_ENV_DIR
ARG FREVA_WEB_DIR

Expand Down

0 comments on commit 6c159be

Please sign in to comment.