1
0
mirror of https://github.com/zu1k/nali.git synced 2025-01-23 21:59:02 +08:00
nali/.github/workflows/docker.yml
dependabot[bot] 403c69397d
Update actions/checkout requirement to v2.3.1
Updates the requirements on [actions/checkout](https://github.com/actions/checkout) to permit the latest version.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](28c7f3d2b5)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-19 01:31:11 +00:00

22 lines
535 B
YAML

name: docker
on: [push, pull_request]
jobs:
build:
name: Build
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2.3.1
- name: Build and push Docker images
uses: docker/build-push-action@v1.1.0
with:
username: zu1k
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: zu1k/nali/nali
tag_with_ref: true