diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index c406b9f..3371859 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -2,6 +2,9 @@ name: Go on: push: branches-ignore: master + pull_request: + branches: + - master jobs: review: name: Review code diff --git a/.github/workflows/push_master.yaml b/.github/workflows/push_master.yaml index 0dfafc0..71d966c 100644 --- a/.github/workflows/push_master.yaml +++ b/.github/workflows/push_master.yaml @@ -16,5 +16,5 @@ jobs: sudo apt-get -qq -y install buildah - name: Build & push the Docker image run: | - buildah bud --format=docker --layers -t docker.pkg.github.com/EmbarkStudios/wireguard-ui/wireguard-ui:latest -t docker.pkg.github.com/EmbarkStudios/wireguard-ui/wireguard-ui:${GITHUB_SHA} -f Dockerfile . - buildah push --creds embarkbot:${{ secrets.GITHUB_TOKEN }} --format=v2s2 docker.pkg.github.com/EmbarkStudios/wireguard-ui/wireguard-ui \ No newline at end of file + buildah bud --format=docker --layers -t docker.pkg.github.com/embarkstudios/wireguard-ui/wireguard-ui:latest -t docker.pkg.github.com/embarkstudios/wireguard-ui/wireguard-ui:${GITHUB_SHA} -f Dockerfile . + buildah push --creds embarkbot:${{ secrets.GITHUB_TOKEN }} --format=v2s2 docker.pkg.github.com/embarkstudios/wireguard-ui/wireguard-ui \ No newline at end of file