1
0
mirror of https://github.com/TomWright/dasel.git synced 2022-05-22 02:32:45 +03:00

Add buster-slim tag to github action build

This commit is contained in:
Tom Wright
2021-09-28 19:04:52 +01:00
parent 37c8cd164c
commit 1364f2ad6a

View File

@@ -98,6 +98,7 @@ jobs:
if: matrix.build_docker == true
run: |
docker tag tomwright/dasel:latest ghcr.io/tomwright/dasel:latest
docker tag tomwright/dasel:latest ghcr.io/tomwright/dasel:buster-slim
docker tag tomwright/dasel:alpine ghcr.io/tomwright/dasel:alpine
- name: Docker tag release
if: matrix.build_docker == true
@@ -109,6 +110,7 @@ jobs:
if: matrix.build_docker == true
run: |
docker push ghcr.io/tomwright/dasel:latest
docker push ghcr.io/tomwright/dasel:buster-slim
docker push ghcr.io/tomwright/dasel:alpine
- name: Docker push release
if: matrix.build_docker == true