Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Update alert message to include the current pollution level #11

Update alert message to include the current pollution level

Update alert message to include the current pollution level #11

Workflow file for this run

name: Publikacja obrazu Dockera do ghcr.io
on:
push:
branches:
- main
paths-ignore:
- ".gitignore"
- "CNAME"
- "README.md"
- "LICENSE"
permissions:
contents: read
packages: write
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- name: Sprawdź kod
uses: actions/checkout@v3
- name: Zaloguj się do GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Zbuduj i wypchnij obraz Dockera
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
push: true
tags: ghcr.io/dlsktech/airalert:latest