Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Change DockerHub repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
akf committed Feb 9, 2024
1 parent d02a4b4 commit a9d44fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
natep18f/container-cypress-test
amyfarrellatgsa/container-cypress-test
tags: |
type=ref,event=branch
type=semver,pattern={{major}}.{{minor}}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM cypress/included:cypress-12.17.4-node-20.5.0-chrome-114.0.5735.133-1-ff-114

ENV TZ=America/New_York

LABEL maintainer="natep18f"
LABEL maintainer="amyfarrellatgsa"
LABEL description="Cypress Base Container"
LABEL version="0.0"

0 comments on commit a9d44fb

Please sign in to comment.