Skip to content

Commit

Permalink
fetch_depth_minor_changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustasV committed Nov 2, 2021
1 parent 1eca721 commit dace4f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/curldemo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
fetch-depth: 1
- name: Login to Dockerhub
uses: docker/login-action@v1
with:
Expand All @@ -26,4 +26,5 @@ jobs:
context: ./deploy/test-apps/curldemo/
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKER_USER }}/k8gb-demo-curl:$GITHUB_RUN_NUMBER
tags: ${{ secrets.DOCKER_USER }}/k8gb-demo-curl:latest

0 comments on commit dace4f5

Please sign in to comment.