Skip to content

Commit

Permalink
Prefix docker images with v (#85)
Browse files Browse the repository at this point in the history
This way we wont have version clashes with the old travis builds
  • Loading branch information
sorenmat authored Mar 23, 2021
1 parent 8269fd5 commit c7867c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
# uses: docker/build-push-action@9379083e426e2e84abb80c8c091f5cdeb7d3fd7a
uses: docker/build-push-action@v2.3.0
with:
tags: sorenmat/k8s-rds:latest,sorenmat/k8s-rds:${{ github.run_number }}
tags: sorenmat/k8s-rds:latest,sorenmat/k8s-rds:v${{ github.run_number }}

2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
uses: docker/build-push-action@v2.3.0
with:
push: false
tags: sorenmat/k8s-rds:${{ github.run_number }}
tags: sorenmat/k8s-rds:v${{ github.run_number }}

0 comments on commit c7867c9

Please sign in to comment.