From 49dd0f69c25b49ce47ef0eec1f33112d1e57b8d1 Mon Sep 17 00:00:00 2001 From: Tristan Gosselin-Hane Date: Sun, 22 Sep 2019 01:25:41 -0400 Subject: [PATCH] Fix typo in github action --- .github/workflows/masterdockerimage.yml | 4 ++-- .github/workflows/pullrequest.yml | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/masterdockerimage.yml b/.github/workflows/masterdockerimage.yml index f1d1851..b5ea676 100644 --- a/.github/workflows/masterdockerimage.yml +++ b/.github/workflows/masterdockerimage.yml @@ -31,7 +31,7 @@ jobs: - name: Build the master docker image uses: actions/docker/cli@master with: - args: "build -t starcraft66/minecraft-discord-bridge:latest -t docker.pkg.github.com/starcraft66/docker-minecraft-discord-bridge/minecraft-discord-bridge:latest ." + args: "build -t starcraft66/minecraft-discord-bridge:latest -t docker.pkg.github.com/starcraft66/minecraft-discord-bridge/minecraft-discord-bridge:latest ." - name: Push the master docker image to Docker Hub uses: actions/docker/cli@master with: @@ -39,4 +39,4 @@ jobs: - name: Push the master docker image to GitHub Package Registry uses: actions/docker/cli@master with: - args: "push docker.pkg.github.com/starcraft66/docker-minecraft-discord-bridge/minecraft-discord-bridge:latest" \ No newline at end of file + args: "push docker.pkg.github.com/starcraft66/minecraft-discord-bridge/minecraft-discord-bridge:latest" \ No newline at end of file diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 29d97e4..5d32782 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -1,9 +1,6 @@ name: Test Pull Request -on: - push: - pull_request: - - '*' +on: pull_request jobs: build: