Skip to content

Commit

Permalink
fix image push
Browse files Browse the repository at this point in the history
  • Loading branch information
SathyaBhat committed Aug 29, 2023
1 parent 6f4cd40 commit fb5a933
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 -a
docker push ${DOCKER_USERNAME}/ynab-exporter -a

0 comments on commit fb5a933

Please sign in to comment.