Skip to content

Commit

Permalink
Updating dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
geirawsm committed Jun 24, 2024
1 parent 4fbca41 commit 5ba1145
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
labels: |
Last run number=${{ github.run_number }}
Last commit=${{ github.sha }}
Branch=${{ github.ref_name}}
Branch=${{ github.ref_name }}
build-args: |
LAST_RUN_NUMBER=${{ github.run_number }}
LAST_COMMIT=${{ github.sha }}
BRANCH=${{ github.ref_name}}
BRANCH=${{ github.ref_name }}
4 changes: 2 additions & 2 deletions .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
labels: |
Last run number=${{ github.run_number }}
Last commit=${{ github.sha }}
Branch=${{ github.ref_name}}
Branch=${{ github.ref_name }}
build-args: |
LAST_RUN_NUMBER=${{ github.run_number }}
LAST_COMMIT=${{ github.sha }}
BRANCH=${{ github.ref_name}}
BRANCH=${{ github.ref_name }}
1 change: 1 addition & 0 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ VOLUME [ "/data" ]

ARG LAST_RUN_NUMBER="testrun"
ARG LAST_COMMIT="testcommit"
ARG BRANCH="testbranch"

RUN echo -e \
"{\"BRANCH\": \"${BRANCH}\", "\
Expand Down

0 comments on commit 5ba1145

Please sign in to comment.