Skip to content

Commit

Permalink
actions not working
Browse files Browse the repository at this point in the history
  • Loading branch information
victorposada committed Jan 4, 2025
1 parent e94cb07 commit 9078aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: docker build . --file Dockerfile --tag ghcr.io/${{ github.repository_owner }}/website:latest

- name: Docker login to ghcr.io
run: echo $TOKEN | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin
run: docker login ghcr.io -u ${{ github.repository_owner }} -p ${{ secrets.TOKEN }}

- name: 'Push docker image'
run: docker push ghcr.io/${{ github.repository_owner }}/website:latest
Expand Down

0 comments on commit 9078aca

Please sign in to comment.