Skip to content

Bump vercel from 28.20.0 to 40.1.0 #6406

Bump vercel from 28.20.0 to 40.1.0

Bump vercel from 28.20.0 to 40.1.0 #6406

Workflow file for this run

name: Publish Image
on:
pull_request:
branches:
- master
push:
branches:
- master
tags:
- v*
jobs:
publish-image:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: "12.16.2"
- run: npm install
- uses: docker/[email protected]
- uses: docker/[email protected]
- uses: docker/[email protected]
if: >-
github.actor != 'dependabot[bot]' &&
github.actor != 'dependabot-preview[bot]'
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: get_tag
id: get_tag
working-directory: scripts/linux
if: >-
github.actor != 'dependabot[bot]' &&
github.actor != 'dependabot-preview[bot]'
env:
USERNAME: ${{ github.repository_owner }}
run: |
source query_image_tag.sh
echo "::set-output name=image_tag::ghcr.io/$USERNAME/check-group-server:$USE_TAG_NAME"
# - uses: docker/[email protected]
# if: github.event_name == 'push'
# with:
# push: true
# tags: ${{ steps.get_tag.outputs.image_tag }}
# - uses: docker/[email protected]
# if: >-
# github.event_name == 'pull_request' &&
# github.actor != 'dependabot[bot]' &&
# github.actor != 'dependabot-preview[bot]'
# with:
# push: false
# tags: ${{ steps.get_tag.outputs.image_tag }}