There was an error while loading. Please reload this page.
1 parent 63d8df8 commit b8cc675Copy full SHA for b8cc675
.github/workflows/deploy.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Get date for tags
46
run: echo "DATE_TAG=$(date -I)" >> "$GITHUB_ENV"
47
- name: Build and push
48
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v5
49
with:
50
push: true
51
platforms: linux/amd64,linux/arm64
.github/workflows/test.yml
@@ -40,7 +40,7 @@ jobs:
40
if: matrix.image.name == 'latest'
41
run: echo "DOCKERFILE_NAME=python${{ matrix.image.python_version }}" >> $GITHUB_ENV
42
- name: Build
43
44
push: false
tags: tiangolo/uwsgi-nginx-flask:${{ matrix.image.name }}
0 commit comments