Skip to content

Commit

Permalink
Revert "Bump build-image action versions" (#5955)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz committed Dec 18, 2023
1 parent 0f4d7da commit 89c6f3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/build-image/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
- name: Build and push to ghcr by digest
id: build-ghcr
uses: docker/build-push-action@v5.1.0
uses: docker/build-push-action@v5.0.0
with:
context: .
file: ./docker/Dockerfile
Expand All @@ -58,7 +58,7 @@ runs:
touch "/tmp/digests/${{ inputs.target }}/ghcr/${digest#sha256:}"
- name: Upload ghcr digest
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v3.1.3
with:
name: digests-${{ inputs.target }}-ghcr
path: /tmp/digests/${{ inputs.target }}/ghcr/*
Expand All @@ -67,7 +67,7 @@ runs:

- name: Build and push to dockerhub by digest
id: build-dockerhub
uses: docker/build-push-action@v5.1.0
uses: docker/build-push-action@v5.0.0
with:
context: .
file: ./docker/Dockerfile
Expand All @@ -89,7 +89,7 @@ runs:
touch "/tmp/digests/${{ inputs.target }}/dockerhub/${digest#sha256:}"
- name: Upload dockerhub digest
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v3.1.3
with:
name: digests-${{ inputs.target }}-dockerhub
path: /tmp/digests/${{ inputs.target }}/dockerhub/*
Expand Down

0 comments on commit 89c6f3d

Please sign in to comment.