Skip to content

Bump google-github-actions/setup-gcloud from 1 to 2 #93

Bump google-github-actions/setup-gcloud from 1 to 2

Bump google-github-actions/setup-gcloud from 1 to 2 #93

Workflow file for this run

name: Docker Test
on: push
concurrency: tests-${{ github.sha }}
env:
APP_NAME: 'playground-geo'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set build tag
id: date
run: echo "::set-output name=tag::$(date +%s)"
- name: Build the test Docker image
working-directory: ./${{vars.APP_NAME}}
run: docker build . --file Dockerfile --tag ${{vars.APP_NAME}}:${{ steps.date.outputs.tag }} --target test