File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
env :
14
14
REPOSITORY_URL : docker.pkg.github.com
15
- IMAGE_NAME : ${{ github.repository }}/alerta-beta
15
+ IMAGE_NAME : ${{ github.repository }}/alerta-webui
16
16
steps :
17
17
- name : Checkout
18
18
uses : actions/checkout@v2
28
28
run : >-
29
29
docker build
30
30
-t $IMAGE_NAME
31
+ -t $REPOSITORY_URL/$IMAGE_NAME:$(cat VERSION)
31
32
-t $REPOSITORY_URL/$IMAGE_NAME:${{ steps.vars.outputs.SHORT_COMMIT_ID }}
32
33
-t $REPOSITORY_URL/$IMAGE_NAME:latest .
33
34
- uses : docker/login-action@v1
37
38
password : ${{ secrets.GITHUB_TOKEN }}
38
39
- name : Publish Image
39
40
id : docker-push
40
- run : docker push $REPOSITORY_URL/$IMAGE_NAME
41
+ run : docker push --all-tags $REPOSITORY_URL/$IMAGE_NAME
41
42
42
43
- uses : act10ns/slack@v1
43
44
with :
Original file line number Diff line number Diff line change
1
+ 8.7.0
You can’t perform that action at this time.
0 commit comments