diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 66dfff1..600d77a 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -31,6 +31,7 @@ jobs: # build-platforms: "linux/amd64" # If your actions generate an artifact in a previous build step, you can tell this workflow to download it # artifact-name: '*' + push-to: dockerhub # This passes the secrets from calling workflow to the called workflow secrets: DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}