catthehacker
This commit is contained in:
parent
f4bfb5d584
commit
6bd6096013
@ -9,23 +9,16 @@ on:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
build:
|
||||
publish:
|
||||
runs-on: catthehacker-latest
|
||||
steps:
|
||||
- name: Install Docker
|
||||
run: |
|
||||
apt-get update -y
|
||||
apt-get install -y docker.io
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ vars.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user