Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Commit

Permalink
Fixing github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotcourant committed Sep 26, 2021
1 parent 0fcd560 commit f4f0d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
with:
build-args: |
REVISION=${{ github.sha }}
BUILD_TIME=${{ step.timestamp.outputs.build_time }}
BUILD_TIME=${{ steps.timestamp.outputs.build_time }}
push: true
platforms: "linux/amd64,linux/arm64,linux/arm/v7"
tags: "ghcr.io/monetr/rest-api:${{ github.sha }}"
Expand Down

0 comments on commit f4f0d74

Please sign in to comment.