Skip to content

Commit

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

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


# - name: Tag Docker image
# run: docker tag besticon "${{ secrets.DOCKER_USERNAME }}/besticon"
run: docker build --platform=linux/amd64 -t matthiasluedtke/besticon:latest .

- name: Push Docker image
run: docker push "${{ vars.DOCKERHUB_USERNAME }}/besticon"
run: docker push matthiasluedtke/besticon:latest

0 comments on commit 3171ec6

Please sign in to comment.