Skip to content

Commit

Permalink
Update build_gh_runner_images.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas authored Feb 17, 2024
1 parent 17aa6e3 commit 01268ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_gh_runner_images.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Builds GH-Runner Images (Self-Hosted) DockerHub
name: 🐬 Builds GH-Runner Images (Self-Hosted) DockerHub 🐬
#REF: https://docs.docker.com/build/ci/github-actions/multi-platform/
#SECRETS: DOCKERHUB_USERNAME || DOCKERHUB_TOKEN
#URL: https://hub.docker.com/r/azathothas/gh-runner-aarch64-Linux/tags
Expand Down Expand Up @@ -47,8 +47,8 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: "${{ secrets.DOCKERHUB_USERNAME }}"
password: "${{ secrets.DOCKERHUB_TOKEN }}"
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
continue-on-error: true

- name: Docker Build and Push (Ubuntu-Systemd-Base)
Expand All @@ -72,4 +72,4 @@ jobs:
azathothas/gh-runner-aarch64-ubuntu:${{ env.DOCKER_TAG }}
push: true
continue-on-error: true
#------------------------------------------------------------------------------------#
#------------------------------------------------------------------------------------#

0 comments on commit 01268ba

Please sign in to comment.