Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bergsv committed Feb 5, 2024
2 parents b368753 + c5ef0bd commit 0b4a144
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Image CI
name: Build Docker Image & Publish

on:
push:
Expand All @@ -17,6 +17,6 @@ jobs:
- name: Log in to Docker Hub
run: docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
- name: Build the Docker image
run: docker build . --file dockerfile --tag sbergendahl/enshrouded-win:latest
run: docker build . --file dockerfile --tag sbergendahl/enshrouded-dedicated-windows:latest
- name: Publish the Docker image
run: docker push sbergendahl/enshrouded-win:latest
run: docker push sbergendahl/enshrouded-dedicated-windows:latest

0 comments on commit 0b4a144

Please sign in to comment.