Skip to content

Update tag format to publish #7

Update tag format to publish

Update tag format to publish #7

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Build Shortique
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build and push
uses: docker/build-push-action@v4
with:
push: false