fix(deps): update module github.com/prometheus/client_golang to v1.20.5 #118
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: docker | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Build docker image | |
run: | | |
docker build -t jonpulsifer/ddnsb0t:${{ github.sha }} . | |
- name: Container security scan | |
uses: Azure/container-scan@v0 | |
with: | |
image-name: jonpulsifer/ddnsb0t:${{ github.sha }} | |
- name: Lint Dockerfile | |
uses: Shopify/gh-action-hadolint@master |