File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
run : |
36
36
tag=`date +%s`
37
37
container_name="ghcr.io/$GITHUB_REPOSITORY_OWNER/metrics"
38
- echo "container-name=$container-name " >> $GITHUB_OUTPUT
38
+ echo "container-name=$container_name " >> $GITHUB_OUTPUT
39
39
echo "container-name-tag=$container_name:$tag" >> $GITHUB_OUTPUT
40
40
echo "container-filename=$(echo $container_name:$tag | sed -e 's/\//-/g' -e 's/:/-/g').tar" >> $GITHUB_OUTPUT
41
41
- name : Build Container
71
71
name : container
72
72
- name : Push Container
73
73
run : |
74
- podman load -i ${{ needs.build-metrics-container.outptus .container-filename }}
74
+ podman load -i ${{ needs.build-metrics-container.outputs .container-filename }}
75
75
podman tag ${{ needs.build-metrics-container.outputs.container-name-tag }} ${{ needs.build-metrics-container.outputs.container-name }}:latest
76
76
podman login -u ${{ github.actor }} -p $GITHUB_TOKEN ghcr.io
77
77
podman push ${{ needs.build-metrics-container.outputs.container-name-tag }}
You can’t perform that action at this time.
0 commit comments