This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
chore(deps): bump golang from 1.20.6-alpine to 1.20.7-alpine (#525) #259
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: Main merge | |
on: | |
push: | |
branches: | |
- main | |
permissions: | |
packages: write | |
jobs: | |
build_and_push: | |
uses: ./.github/workflows/reusable-build-and-push.yml | |
with: | |
image_tag: latest | |
push: true | |
upload: false |