Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Commit

Permalink
Only use Docker Hub
Browse files Browse the repository at this point in the history
Also switch to older, hopefully less buggy checkout action. actions/checkout#237
  • Loading branch information
tfausak authored Jun 7, 2020
1 parent 3429b8c commit fb9cec0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
cabal: [ '3.2' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v1
- id: setup-haskell
uses: actions/setup-haskell@v1.1
with:
Expand Down Expand Up @@ -48,12 +48,9 @@ jobs:
name: monadoc-ubuntu-18.04-${{ github.sha }}
path: docker
- run: chmod +x docker/monadoc
- run: docker build --tag docker.pkg.github.com/tfausak/monadoc/monadoc:${{ github.sha }} docker
- run: echo -n ${{ github.token }} | docker login docker.pkg.github.com --username tfausak --password-stdin
- run: docker push docker.pkg.github.com/tfausak/monadoc/monadoc:${{ github.sha }}
- uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
username: taylorfausak
password: ${{ secrets.DOCKER_PASSWORD }}
repository: taylorfausak/monadoc
tags: ${{ github.sha }}
Expand Down

0 comments on commit fb9cec0

Please sign in to comment.