diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 2fc1330..3acd85e 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -19,7 +19,7 @@ jobs: - name: set tag_name run: | echo "tag_name=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - - uses: docker/build-push-action@v2 + - uses: docker/build-push-action@v4 with: push: true tags: ghcr.io/tiermobility/techdocs-container:latest,ghcr.io/tiermobility/techdocs-container:${{ env.tag_name }} \ No newline at end of file