Skip to content

Commit

Permalink
hotfix/fix docker build (#21)
Browse files Browse the repository at this point in the history
# PR Context
<!-- Additional info for the reviewer -->

Docker build is currently broken, as partial version numbers for github
actions do not work (see
[here](https://github.com/robert-koch-institut/mex-drop/actions/runs/9265211033/job/25486780307)).
I therefore replaced the version with the full version.

# Fixed

- docker build action: full version number of action dependency is
required

Co-authored-by: Kamran Ali <[email protected]>
  • Loading branch information
rababerladuseladim and mr-kamran-ali authored May 28, 2024
1 parent 30464dd commit 6540de7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
timeout-minutes: 10
steps:
- name: Build, tag and push docker image to ghcr
uses: GlueOps/[email protected]
uses: GlueOps/[email protected].2

0 comments on commit 6540de7

Please sign in to comment.