Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stamepicmorg committed Nov 25, 2020
1 parent 3052fe8 commit fb091f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
- name: Push NextCloud (latest)
run: docker push epicmorg/nextcloud:latest

- name: Push TeamCity Server (latest)
run: docker build --compress -t epicmorg/teamcity-server:latest teamcity/server
- name: Build TeamCity Server (latest)
run: docker build --compress -t epicmorg/teamcity-server:latest teamcity/server
- name: Push TeamCity Server (latest)
run: docker push epicmorg/teamcity-server:latest

#########################################
Expand Down

0 comments on commit fb091f8

Please sign in to comment.