Compare commits

...
Sign in to create a new pull request.

8 commits

Author SHA1 Message Date
William Floyd
f4b6dd72c0
test
Some checks failed
Create and publish a Docker image / docker (push) Failing after 13m17s
2025-04-10 14:52:15 -05:00
William Floyd
645f98a32c
test
Some checks failed
Create and publish a Docker image / docker (push) Failing after 13s
2025-04-10 14:46:16 -05:00
William Floyd
538084d177
test
All checks were successful
Create and publish a Docker image / docker (push) Successful in 4s
2025-04-10 14:45:32 -05:00
William Floyd
3a9c9b6cc5
test
Some checks are pending
Create and publish a Docker image / docker (push) Waiting to run
2025-04-10 14:39:32 -05:00
William Floyd
25e603b5b7
test
Some checks failed
Create and publish a Docker image / docker (push) Failing after 13s
2025-03-08 21:40:22 +05:30
William Floyd
f7e7bacec3
fix
Some checks are pending
Create and publish a Docker image / docker (push) Waiting to run
2025-03-08 21:39:29 +05:30
William Floyd
92eafef713
test 2025-03-08 21:37:51 +05:30
William Floyd
bacaf1ff6a
action: Add test
All checks were successful
/ test (push) Successful in 36s
2025-03-08 21:26:31 +05:30

View file

@ -0,0 +1,39 @@
name: Create and publish a Docker image
on: [push]
jobs:
docker:
runs-on: docker
permissions:
contents: read
packages: write
steps:
-
name: Checkout
uses: actions/checkout@v4
# -
# name: Set up QEMU
# uses: docker/setup-qemu-action@v3
# -
# name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3
-
run: |
apt update; apt install --yes docker
-
name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
# -
# name: Docker metadata
# id: meta
# uses: docker/metadata-action@v5
# with:
# images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
# -
# name: Build and push
# uses: https://github.com/docker/build-push-action@v6
# with:
# push: true