Skip to content

Commit

Permalink
build: use older version of an action
Browse files Browse the repository at this point in the history
  • Loading branch information
optionsome committed Aug 1, 2023
1 parent 6a384b3 commit 48670fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/v3-dev-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
echo "::set-output name=permanent-tag::v3-$(date +"%Y-%m-%dT%H.%M.%S")-${GITHUB_SHA:0:7}"
- name: build and push Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v2
with:
context: .
tags: |
Expand Down

0 comments on commit 48670fc

Please sign in to comment.