Skip to content

Commit 9838620

Browse files
committed
+changelog-ignore: github action
1 parent abcdd20 commit 9838620

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/template.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ env:
2424
DOCKER_USERNAME: ${{ secrets.docker-username }}
2525
DOCKER_PASSWORD: ${{ secrets.docker-password }}
2626
DOCKER_IMAGE_PATH: ./build
27-
DOCKER_FILE_NAME: ${{ github.repository }}.tar
2827
ARTIFACT_NAME: docker-image
2928
jobs:
3029
determine-version:
@@ -69,7 +68,7 @@ jobs:
6968
tags: ${{ steps.meta.outputs.tags }}
7069
labels: ${{ steps.meta.outputs.labels }}
7170
file: ./Dockerfile
72-
outputs: type=docker,dest=${{ env.DOCKER_IMAGE_PATH }}/${{ env.DOCKER_FILE_NAME}}
71+
outputs: type=docker,dest=${{ env.DOCKER_IMAGE_PATH }}/build.tar
7372
build-args: |
7473
BUILD_VERSION=${{ env.SEMVER }}
7574
- name: Upload artifact
@@ -99,7 +98,7 @@ jobs:
9998
username: ${{ env.DOCKER_USERNAME}}
10099
password: ${{ env.DOCKER_PASSWORD }}
101100
- run: |
102-
docker load -i ${{ env.DOWNLOAD_PATH }}/${{ env.DOCKER_FILE_NAME}}
101+
docker load -i ${{ env.DOWNLOAD_PATH }}/build.tar
103102
docker push ${{ env.DOCKER_IMAGE_NAME }}
104103
create-release:
105104
name: 🚀 create release

0 commit comments

Comments
 (0)