Skip to content

Commit

Permalink
docker quay logout
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswyatt1 committed Apr 22, 2024
1 parent b547569 commit 27e7dbe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/push-training.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:

- name: Build image
id: build-image
run: docker build -t ${IMAGE_NAME}:${IMAGE_TAG} -f ${IMAGE_NAME}/Dockerfile .
run: docker build -t ${IMAGE_NAME}:${IMAGE_TAG} -f ${IMAGE_NAME}/Dockerfile .

- name: Docker logout
run: docker logout quay.io

- name: Quay.io login
run: docker login -u ${{ secrets.DOCKERBUILD_ROBOT_USERNAME }} --password-stdin <<< ${{ secrets.DOCKERBUILD_ROBOT_PASSWORD }} quay.io
Expand Down

0 comments on commit 27e7dbe

Please sign in to comment.