Skip to content
This repository was archived by the owner on Nov 29, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Custom Action to push Docker images to GitHub Container Registry
Whenever there's a push event or a release event in the repository, this action automatically pushes the Docker image to ghcr.io.
<img width="1253" alt="image" src="https://github.com/GlueOps/github-actions-build-push-containers/assets/49791498/2c8b581a-5b28-42aa-a66c-e63679103a8c"># Custom Action to push Docker images to GitHub Container Registry
Whenever there's a push event or a release event in the repository (public and private), this action automatically pushes the Docker image to ghcr.io.

No more manual hassle! 🚀💪

Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Build, Tag and Push Docker Image to GHCR
uses: GlueOps/github-actions-build-push-containers@v0.1.1
uses: GlueOps/github-actions-build-push-containers@v0.1.2
```

## 🔖 Image Tags
Expand Down