Skip to content

Commit

Permalink
+changelog-ignore: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdcdev committed Nov 11, 2023
1 parent 9838620 commit bbd5c72
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ env:
DOCKER_IMAGE_NAME: ${{ inputs.registry }}/${{ github.repository }}
DOCKER_USERNAME: ${{ secrets.docker-username }}
DOCKER_PASSWORD: ${{ secrets.docker-password }}
DOCKER_IMAGE_PATH: ./build
ARTIFACT_NAME: docker-image
jobs:
determine-version:
Expand Down Expand Up @@ -68,14 +67,14 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
file: ./Dockerfile
outputs: type=docker,dest=${{ env.DOCKER_IMAGE_PATH }}/build.tar
outputs: type=docker,dest=./build.tar
build-args: |
BUILD_VERSION=${{ env.SEMVER }}
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: ${{ env.ARTIFACT_NAME }}
path: ${{ env.DOCKER_IMAGE_PATH }}
path: ./build.tar
push:
name: push ${{ needs.determine-version.outputs.semVer }} to ${{ inputs.registry }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit bbd5c72

Please sign in to comment.