1
mirror of https://github.com/jakejarvis/hugo-docker.git synced 2026-01-12 19:12:56 -05:00

update readme & random cleanup

This commit is contained in:
2021-03-06 10:12:11 -05:00
parent 783939f439
commit 9be7813071
2 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
name: Build
name: Build and Push
on:
push:
@@ -12,8 +12,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Prepare
id: prep
- name: Prepare tags
id: tag
env:
HUB_IMAGE: jakejarvis/hugo-extended
GHCR_IMAGE: ghcr.io/jakejarvis/hugo-extended
@@ -70,7 +70,7 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.prep.outputs.tags }}
tags: ${{ steps.tag.outputs.tags }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache