mirror of
https://github.com/sberk42/fritzbox_exporter.git
synced 2026-02-14 11:49:50 +00:00
added 2nd docker image package to push
This commit is contained in:
6
.github/workflows/container.yml
vendored
6
.github/workflows/container.yml
vendored
@@ -138,6 +138,12 @@ jobs:
|
||||
skopeo copy \
|
||||
oci-archive:/tmp/image.tar \
|
||||
docker://${{ needs.prepare.outputs.DOCKER_REPOSITORY }}:${{ github.sha }}
|
||||
skopeo copy \
|
||||
oci-archive:/tmp/image.tar \
|
||||
docker://${{ needs.prepare.outputs.DOCKER_REPOSITORY }}/fritzbox_exporter:${{ needs.prepare.outputs.DOCKER_TAG }}
|
||||
skopeo copy \
|
||||
oci-archive:/tmp/image.tar \
|
||||
docker://${{ needs.prepare.outputs.DOCKER_REPOSITORY }}/fritzbox_exporter:${{ github.sha }}
|
||||
|
||||
- name: Inspect image
|
||||
if: success()
|
||||
|
||||
Reference in New Issue
Block a user