moving to my org

pull/572/head
mike dupont 1 month ago
parent c6dd015ea3
commit 2325875186

@ -18,11 +18,11 @@ jobs:
- name: Docker meta
id: meta
uses: crazy-max/ghaction-docker-meta@v2
uses: meta-introspector/metadata-action@main
with:
# list of Docker images to use as base name for tags
images: |
learningathome/petals
h4ckermike/petals
# generate Docker tags based on the following events/attributes
tags: |
type=ref,event=branch
@ -33,17 +33,17 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
uses: meta-introspector/setup-buildx-action@main
- name: Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
uses: meta-introspector/login-action@main
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
- name: Free disk space on Ubuntu runner
uses: kfir4444/free-disk-space@main
uses: meta-introspector/free-disk-space@main
with:
# found in: https://github.com/docker/build-push-action/issues/968
tool-cache: false
@ -55,7 +55,7 @@ jobs:
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
uses: meta-introspector/build-push-action@main
with:
context: .
push: ${{ github.event_name != 'pull_request' }}

Loading…
Cancel
Save