mirror of
https://github.com/wiiu-env/libsdutils.git
synced 2024-11-22 02:59:15 +01:00
Update push_image.yml
This commit is contained in:
parent
45952c3581
commit
a6c7310a7e
4
.github/workflows/push_image.yml
vendored
4
.github/workflows/push_image.yml
vendored
@ -2,7 +2,7 @@ name: Publish Docker Image
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
clang-format:
|
clang-format:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
@ -30,4 +30,4 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
snapshot: true
|
snapshot: true
|
||||||
cache: true
|
cache: true
|
||||||
tags: "latest, ${{ env.RELEASE_VERSION }}"
|
tags: "latest, ${{ env.RELEASE_VERSION }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user