Skip to content

Commit

Permalink
ci(github-actions) pipeline work
Browse files Browse the repository at this point in the history
  • Loading branch information
brpaz committed Apr 19, 2020
1 parent 30de336 commit 6a37f29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: CI
on: [push, pull_request]

env:
CONTAINER_TEST_IMAGE_LATEST: doks-deploy-tools:latest
CONTAINER_TEST_IMAGE: doks-deploy-tools:${{ github.sha }}

jobs:
Expand Down Expand Up @@ -48,7 +49,7 @@ jobs:
name: image
- name: Load Docker image
run: docker load < image/image.tar.gz
- run: docker image ls
- run: docker tag $CONTAINER_TEST_IMAGE $CONTAINER_TEST_IMAGE_LATEST
- uses: actions/checkout@master
- name: Release
uses: cycjimmy/semantic-release-action@v2
Expand Down

0 comments on commit 6a37f29

Please sign in to comment.