Skip to content

Commit

Permalink
Update socializer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sei-dupdyke authored May 8, 2024
1 parent 703e05c commit 4a06e3d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/socializer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Login to dockerhub
- name: Checkout code
uses: actions/checkout@v2

- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand All @@ -22,4 +25,4 @@ jobs:
tags: dustinupdyke/ghosts-socializer
push: true
context: src/ghosts.pandora.socializer/src/
file: ./src/ghosts.pandora.socializer/src/Dockerfile
file: src/ghosts.pandora.socializer/src/Dockerfile

0 comments on commit 4a06e3d

Please sign in to comment.