Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blind-oracle authored Jan 21, 2025
1 parent 320a0c6 commit 9554903
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
---
name: docker
name: Build and publish a Docker image to ghcr.io

on:
release:
types:
- published
types: [ published ]

push:
branches:
- master

workflow_dispatch:

jobs:
publish:
runs-on: ubuntu-latest
docker_publish:
runs-on: "ubuntu-24.04"

steps:
- uses: actions/checkout@v4
- uses: macbre/push-to-ghcr@master

- name: Build and publish a Docker image for ${{ github.repository }}
uses: macbre/push-to-ghcr@master
with:
image_name: ${{ github.repository }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9554903

Please sign in to comment.