Skip to content

Commit

Permalink
chore: release 0.1.0
Browse files Browse the repository at this point in the history
Release-As: 0.1.0
  • Loading branch information
LooLzzz committed Aug 2, 2024
1 parent 7de6826 commit 51a6c51
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- 'v*'

env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
REGISTRY: docker.io

jobs:
build-and-push-image:
Expand All @@ -18,34 +18,36 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3

- name: Log in to the Container registry
uses: docker/login-action@v2
- name: Login to the Container registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
with:
# registry: ${{ env.REGISTRY }}
# username: ${{ github.actor }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
password: ${{ secrets.DOCKER_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
# images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
images: ${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- name: Build and push Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7
file: Dockerfile.deploy
platforms: linux/amd64
builder: ${{ steps.buildx.outputs.name }}
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down
79 changes: 79 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
# Changelog

## [0.1.0](https://github.com/LooLzzz/docking-station/compare/v0.1.0...v0.1.0) (2024-08-02)


### Features

* Add cache clearing after updating compose stack service ([2c2cd7e](https://github.com/LooLzzz/docking-station/commit/2c2cd7ec8a13b7b6c6aec6972ed2a9a2a8443003))


### Bug Fixes

* query is not boolean ([507ead0](https://github.com/LooLzzz/docking-station/commit/507ead03fd8a18bd6355e4c81c6e95083ea3097e))


### Miscellaneous Chores

* release 0.1.0 ([4ff05eb](https://github.com/LooLzzz/docking-station/commit/4ff05ebdbf3d50e5b4a50e8a6665f045bbef5362))
* release 0.1.0 ([8d68365](https://github.com/LooLzzz/docking-station/commit/8d6836502951500e69d15aff90c80474d6f30ec0))

## [0.1.0](https://github.com/LooLzzz/docking-station/compare/v0.1.0...v0.1.0) (2024-08-02)


### Features

* Add cache clearing after updating compose stack service ([2c2cd7e](https://github.com/LooLzzz/docking-station/commit/2c2cd7ec8a13b7b6c6aec6972ed2a9a2a8443003))


### Bug Fixes

* query is not boolean ([507ead0](https://github.com/LooLzzz/docking-station/commit/507ead03fd8a18bd6355e4c81c6e95083ea3097e))


### Miscellaneous Chores

* release 0.1.0 ([4ff05eb](https://github.com/LooLzzz/docking-station/commit/4ff05ebdbf3d50e5b4a50e8a6665f045bbef5362))
* release 0.1.0 ([8d68365](https://github.com/LooLzzz/docking-station/commit/8d6836502951500e69d15aff90c80474d6f30ec0))

## [0.1.0](https://github.com/LooLzzz/docking-station/compare/v0.1.0...v0.1.0) (2024-08-01)


### Features

* Add cache clearing after updating compose stack service ([2c2cd7e](https://github.com/LooLzzz/docking-station/commit/2c2cd7ec8a13b7b6c6aec6972ed2a9a2a8443003))


### Bug Fixes

* query is not boolean ([507ead0](https://github.com/LooLzzz/docking-station/commit/507ead03fd8a18bd6355e4c81c6e95083ea3097e))


### Miscellaneous Chores

* release 0.1.0 ([4ff05eb](https://github.com/LooLzzz/docking-station/commit/4ff05ebdbf3d50e5b4a50e8a6665f045bbef5362))
* release 0.1.0 ([8d68365](https://github.com/LooLzzz/docking-station/commit/8d6836502951500e69d15aff90c80474d6f30ec0))

## [0.1.0](https://github.com/LooLzzz/docking-station/compare/v0.1.0...v0.1.0) (2024-08-01)


### Miscellaneous Chores

* release 0.1.0 ([4ff05eb](https://github.com/LooLzzz/docking-station/commit/4ff05ebdbf3d50e5b4a50e8a6665f045bbef5362))

## 0.1.0 (2024-08-01)


### Features

* Add cache clearing after updating compose stack service ([2c2cd7e](https://github.com/LooLzzz/docking-station/commit/2c2cd7ec8a13b7b6c6aec6972ed2a9a2a8443003))


### Bug Fixes

* query is not boolean ([507ead0](https://github.com/LooLzzz/docking-station/commit/507ead03fd8a18bd6355e4c81c6e95083ea3097e))


### Miscellaneous Chores

* release 0.1.0 ([8d68365](https://github.com/LooLzzz/docking-station/commit/8d6836502951500e69d15aff90c80474d6f30ec0))

0 comments on commit 51a6c51

Please sign in to comment.