Skip to content

Commit

Permalink
push latest as well
Browse files Browse the repository at this point in the history
  • Loading branch information
SathyaBhat committed Aug 29, 2023
1 parent d03de92 commit 5e67a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
run: |
docker login -u ${DOCKER_USERNAME} -p ${DOCKER_PASSWORD}
docker build -t ${DOCKER_USERNAME}/ynab-exporter:${GITHUB_SHA} -t ${DOCKER_USERNAME}/ynab-exporter:latest .
docker push ${DOCKER_USERNAME}/ynab-exporter:${GITHUB_SHA}
docker push ${DOCKER_USERNAME}/ynab-exporter:${GITHUB_SHA} ${DOCKER_USERNAME}/ynab-exporter:latest

0 comments on commit 5e67a12

Please sign in to comment.