Skip to content

Commit bb6e431

Browse files
authored
Update
1 parent a097b55 commit bb6e431

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.GitHub/workflows/workflow1.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: CI
2+
on: push
3+
jobs:
4+
build:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: Git checkout
8+
uses: actions/checkout@v1
9+
- name: Branch name
10+
run: echo running on branch ${GITHUB_REF##*/}
11+
- name: Build
12+
run: docker build -t tedmiston/tag-example:${GITHUB_REF##*/} .

0 commit comments

Comments
 (0)