Skip to content

Add publish github action and bump python version in Dockerfile #1

Add publish github action and bump python version in Dockerfile

Add publish github action and bump python version in Dockerfile #1

Workflow file for this run

name: publish
on:
push:
tags:
- 'v1.*'
- 'gh-action-test-*'
jobs:
- name: Build and push Docker image

Check failure on line 10 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
context: .
file: ./Dockerfile
push: true
tag: ghcr.io/${{github.repository}}:${{github.ref}}