Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Whoooop/node12
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 12
Choose a base ref
...
head repository: Whoooop/node12
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 6 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 30, 2020

  1. feat: build docker image

    JohnCashmore committed Nov 30, 2020
    Copy the full SHA
    0478fdb View commit details
  2. Update build.yml

    JohnCashmore authored Nov 30, 2020
    Copy the full SHA
    af3fb4f View commit details
  3. Update build.yml

    JohnCashmore authored Nov 30, 2020
    Copy the full SHA
    da5c879 View commit details
  4. Update build.yml

    JohnCashmore authored Nov 30, 2020
    Copy the full SHA
    f4b7aaa View commit details
  5. Update build.yml

    JohnCashmore authored Nov 30, 2020
    Copy the full SHA
    b006c1f View commit details
  6. Update build.yml

    JohnCashmore authored Nov 30, 2020
    Copy the full SHA
    dd25cfd View commit details
Showing with 4 additions and 5 deletions.
  1. +4 −5 .github/workflows/build.yml
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Publish Docker image
on:
release:
types: [published]
push
jobs:
push_to_registry:
name: Push Docker image to GitHub Packages
@@ -10,10 +9,10 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v2
- name: Push to GitHub Packages
uses: docker/build-push-action@v1
uses: docker/build-push-action@v2
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: Whoooop/node12/node12
tag_with_ref: true
repository: whoooop/node/12
tags: latest