Skip to content

Commit

Permalink
initiate release for 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bbucher-sigsci committed Apr 21, 2022
1 parent 3d627e6 commit 4a95d56
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/manual-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@ jobs:
TAG: "1.1.3"
steps:
- uses: actions/checkout@v2
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_API_TOKEN }}
- name: Build and push Docker image
env:
REPO: signalsciences/sigsci-nginx-ingress-controller
run: |
docker build . --file Dockerfile --build-arg NGINX_INGRESS_VERSION=v${TAG} --tag ${REPO}:${TAG}
echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
docker push ${REPO}:${TAG}
- name: Create Github Release
Expand Down

0 comments on commit 4a95d56

Please sign in to comment.