diff --git a/.github/workflows/build_weekly.yml b/.github/workflows/build_weekly.yml index e8e79eb..230da98 100644 --- a/.github/workflows/build_weekly.yml +++ b/.github/workflows/build_weekly.yml @@ -32,7 +32,7 @@ jobs: chmod +x /usr/local/bin/manifest-tool echo ${{ secrets.DOCKERHUB_TOKEN }} | docker login --username ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin bashbrew push caddy - #bashbrew put-shared caddy + bashbrew put-shared --single-arch caddy - name: Ping microbadger if: steps.commit-dockerfiles.outputs.bumped == 'yes'