test: Test new workflow

imgbot
KieranRobson 2023-08-22 11:41:33 +01:00
parent 157ee15d9b
commit ae14b890a8
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@ jobs:
permissions:
packages: write
contents: read
steps:
- name: Check out the repo
uses: actions/checkout@v3.5.3
@ -42,6 +43,9 @@ jobs:
${{ secrets.DOCKERHUB_USERNAME }}/hullcss
ghcr.io/${{ github.repository }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build and push Docker images
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825
with: