Skip to content

change tag of image

change tag of image #3

Workflow file for this run

name: Build
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build
run: |
docker build -t ghcr.io/rikvoorhaar/blog:latest .
docker push ghcr.io/rikvoorhaar/blog:latest