File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 4040 REGISTRY_URL : ghcr.io
4141 REGISTRY_USER : ${{ github.repository_owner }}
4242 IMAGE_NAME : ${{ vars.IMAGE || 'meetup_bot' }}
43+ DOCKERFILE : Dockerfile.web
4344
4445jobs :
4546 build-and-push :
8788
8889 - name : Build and push with Docker Bake
8990 uses : docker/bake-action@v6
91+ env :
92+ TAG : ${{ steps.meta.outputs.version }}
9093 with :
9194 files : ./docker-bake.hcl
9295 targets : multi-platform
97100 *.cache-to=type=gha,mode=max,scope=${{ github.workflow }}
98101 *.platform=linux/amd64,linux/arm64
99102 *.args.PYTHON_VERSION=3.11
100- REGISTRY_URL=${{ env.REGISTRY_URL }}
101- REGISTRY_USER=${{ env.REGISTRY_USER }}
102- IMAGE_NAME=${{ env.IMAGE_NAME }}
103- TAG=${{ steps.meta.outputs.version }}
104- DOCKERFILE=Dockerfile.web
You can’t perform that action at this time.
0 commit comments