Skip to content

Commit

Permalink
Fix docker build action
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWichelmann committed Oct 7, 2020
1 parent 6761e3f commit f0b61f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-docker.yml
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Build and push main server docker image
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: latest,${{ steps.get_version.outputs.VERSION }}
file: src/Ctf4e.Server/Dockerfile
Expand All @@ -40,6 +41,7 @@ jobs:
- name: Build and push lab server docker image
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: latest,${{ steps.get_version.outputs.VERSION }}
file: src/Ctf4e.LabServer/Dockerfile

0 comments on commit f0b61f2

Please sign in to comment.