Skip to content

Commit

Permalink
Pull image prior to tagging with latest (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunklas committed Jun 15, 2022
1 parent 9046fbb commit 2711cfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- run: |
docker pull ${{ secrets.DOCKERHUB_USERNAME }}/kubesquid-ingress-supervisor:${PR}
docker image tag ${{ secrets.DOCKERHUB_USERNAME }}/kubesquid-ingress-supervisor:${PR} ${{ secrets.DOCKERHUB_USERNAME }}/kubesquid-ingress-supervisor:latest
docker push ${{ secrets.DOCKERHUB_USERNAME }}/kubesquid-ingress-supervisor:latest
if: success() && steps.findPr.outputs.number
Expand Down
2 changes: 1 addition & 1 deletion charts/kubesquid-ingress-supervisor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.2
version: 0.1.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down

0 comments on commit 2711cfe

Please sign in to comment.