Skip to content

Commit

Permalink
XXX: DO NOT MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed Jun 3, 2020
1 parent 3bee11c commit 5255ef2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ on:
- stable/*
paths:
- docker/**
# XXX: Remove section below, this is only for testing.
pull_request:
branches:
- master
- stable/*
paths:
- docker/**

jobs:

Expand All @@ -27,6 +34,7 @@ jobs:
echo ${GITHUB_REF}
branch=${GITHUB_REF#refs/heads/}
branch=${branch//\//-}
branch=master # XXX: REMOVE THIS LINE, THIS IS ONLY FOR TESTING.
echo "##[set-output name=tag;]$(echo ${branch})"
- name: "Rebuild oasisprotocol/oasis-core-dev:${{ steps.determine_tag.outputs.tag }}"
uses: docker/build-push-action@v1
Expand Down

0 comments on commit 5255ef2

Please sign in to comment.