Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DrgnFireYellow authored Dec 10, 2023
1 parent 800d581 commit b78cacb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag emuweb:$(date +%s)
run: docker build . --file Dockerfile --tag ghcr.io/drgnfireyellow/emuweb:latest

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
Expand All @@ -24,4 +24,4 @@ jobs:
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
- name: Push to GitHub Container Registry
run: docker push ghcr.io/drgnfireyellow/emuweb
run: docker push ghcr.io/drgnfireyellow/emuweb:latest

0 comments on commit b78cacb

Please sign in to comment.