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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
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.0
uses: GlueOps/github-actions-build-push-containers@v0.1.1
```

## 🔖 Image Tags
Expand Down Expand Up @@ -76,4 +76,4 @@ $ git tag -a -m "Description of this release" v0.0.0 (replace with your version
$ git push --follow-tags
```

This workflow is inspired by [macbre's](https://github.com/macbre/push-to-ghcr) work.
This workflow is inspired by [macbre's](https://github.com/macbre/push-to-ghcr) work.