Skip to content

Commit

Permalink
Use correct matthiasluedtke/iconserver
Browse files Browse the repository at this point in the history
  • Loading branch information
mat committed Nov 13, 2024
1 parent 3171ec6 commit ce36b87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build Docker image
run: docker build --platform=linux/amd64 -t matthiasluedtke/besticon:latest .
run: docker build --platform=linux/amd64 -t matthiasluedtke/iconserver:latest .

- name: Push Docker image
run: docker push matthiasluedtke/besticon:latest
run: docker push matthiasluedtke/iconserver:latest

0 comments on commit ce36b87

Please sign in to comment.