Skip to content

Commit

Permalink
Checkout Tag in Action
Browse files Browse the repository at this point in the history
  • Loading branch information
w9jds committed Jun 6, 2024
1 parent 90656ad commit b071f0c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ jobs:
-
name: Check out the repo
uses: actions/checkout@v3
with:
ref: ${{ needs.bump-version.outputs.new-version }}

-
name: Get Docker Metadata
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:20-buster

LABEL version="13.11.0"
LABEL version="13.10.2"
LABEL repository="https://github.com/w9jds/firebase-action"
LABEL homepage="https://github.com/w9jds/firebase-action"
LABEL maintainer="Jeremy Shore <w9jds@github.com>"
Expand All @@ -13,7 +13,7 @@ LABEL com.github.actions.color="gray-dark"
RUN apt update && apt-get install --no-install-recommends -y jq openjdk-11-jre && rm -rf /var/lib/apt/lists/*

RUN npm i -g npm@8.10.0 && npm cache clean --force
RUN npm i -g firebase-tools@13.11.0 && npm cache clean --force
RUN npm i -g firebase-tools@13.10.2 && npm cache clean --force

COPY LICENSE README.md /
COPY "entrypoint.sh" "/entrypoint.sh"
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ outputs:

runs:
using: "docker"
image: "docker://w9jds/firebase-action:v13.11.0"
image: "docker://w9jds/firebase-action:v13.10.2"

0 comments on commit b071f0c

Please sign in to comment.