Skip to content

Commit

Permalink
Update docker-daily.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithmohan authored Aug 19, 2022
1 parent 41a5a5e commit f359af3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Log into docker hub
run: docker login --username ${{ secrets.DOCKER_USERNAME }} --password ${{ secrets.DOCKER_PASSWORD }}
- name: Create manifest
run: docker manifest create ${{ secrets.DOCKER_REPO }}:daily --amend ${{ secrets.DOCKER_REPO }}:daily-amd64 ${{ secrets.DOCKER_REPO }}:daily-arm64
- name: Push manifest
run: docker manifest push ${{ secrets.DOCKER_REPO }}:daily
run: docker manifest push ${{ secrets.DOCKER_REPO }}:daily

0 comments on commit f359af3

Please sign in to comment.