removing packaging step

This commit is contained in:
Andy Pack 2023-05-16 18:25:36 +01:00
parent 5f88d7a0f6
commit 3785c7b84f
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -60,34 +60,6 @@ jobs:
with:
path: ./public
package:
runs-on: ubuntu-latest
needs: [build] # for ignoring bad builds
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build CLI Container
uses: docker/build-push-action@v2
with:
push: true
platforms: linux/amd64,linux/arm64
tags: sarsoo/sarsooxyz.hugo:latest
# Deployment job
deploy:
environment: